commit | 24b07bcba350bb86c4d6ca446e1564647a199868 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Tue Mar 15 18:55:01 2011 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue Mar 15 18:55:01 2011 +0200 |
tree | 1815b1c49a6aec401da86b33fa81d06a0c735679 | |
parent | 1aa999c49ed82c89257c13cba5e210c3ba34c130 [diff] [blame] |
#11515: fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c index f0ac5e9..632475c 100644 --- a/Modules/parsermodule.c +++ b/Modules/parsermodule.c
@@ -1629,7 +1629,7 @@ || strcmp(s, ">>=") == 0 || strcmp(s, "**=") == 0); if (!res) - err_string("illegal augmmented assignment operator"); + err_string("illegal augmented assignment operator"); } } else {