about summary refs log tree commit diff stats
path: root/miasm/expression/parser.py
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-26 12:06:51 +1100
committerTim Gates <tim.gates@iress.com>2020-12-26 12:06:51 +1100
commitd801ea14f8f46a47df063fd302029bd5d31e9c70 (patch)
tree33b140d954d0f7024f372fe5a7a18023dec8fa3a /miasm/expression/parser.py
parent1673c3eb29d88cbd7b642419c197fa0993ca5871 (diff)
downloadfocaccia-miasm-d801ea14f8f46a47df063fd302029bd5d31e9c70.tar.gz
focaccia-miasm-d801ea14f8f46a47df063fd302029bd5d31e9c70.zip
docs: fix simple typo, corresponoding -> corresponding
There is a small typo in miasm/expression/parser.py.

Should read `corresponding` rather than `corresponoding`.
Diffstat (limited to 'miasm/expression/parser.py')
-rw-r--r--miasm/expression/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/expression/parser.py b/miasm/expression/parser.py
index 20113eab..66b6fc6d 100644
--- a/miasm/expression/parser.py
+++ b/miasm/expression/parser.py
@@ -73,7 +73,7 @@ expr_aff.setParseAction(lambda t: ExprAssign(*t))
 
 
 def str_to_expr(str_in):
-    """Parse the @str_in and return the corresponoding Expression
+    """Parse the @str_in and return the corresponding Expression
     @str_in: repr string of an Expression"""
 
     try: