From d801ea14f8f46a47df063fd302029bd5d31e9c70 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 26 Dec 2020 12:06:51 +1100 Subject: docs: fix simple typo, corresponoding -> corresponding There is a small typo in miasm/expression/parser.py. Should read `corresponding` rather than `corresponoding`. --- miasm/expression/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm/expression/parser.py') 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: -- cgit 1.4.1