From 6bbafcc8dd4b4c74ca37539b6d23d65fcf0da5d1 Mon Sep 17 00:00:00 2001 From: comet Date: Mon, 27 Jan 2020 18:41:55 -0600 Subject: [PATCH] fix spelling errors --- test/decompyle/test_loops2.py | 2 +- test/test_pyenvlib.py | 2 +- uncompyle6/bin/pydisassemble.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/decompyle/test_loops2.py b/test/decompyle/test_loops2.py index 50c1188f..2b781ff4 100644 --- a/test/decompyle/test_loops2.py +++ b/test/decompyle/test_loops2.py @@ -8,7 +8,7 @@ See http://www.goebel-consult.de/decompyle/ for download and for further information """ -# This is a seperate test pattern, since 'continue' within 'try' +# This is a separate test pattern, since 'continue' within 'try' # was not allowed till Python 2.1 for term in args: diff --git a/test/test_pyenvlib.py b/test/test_pyenvlib.py index 92bfc9b5..c062432c 100755 --- a/test/test_pyenvlib.py +++ b/test/test_pyenvlib.py @@ -229,6 +229,6 @@ if __name__ == "__main__": # Verification notes: # - xdrlib fails verification due the same lambda used twice -# (verification is successfull when using original .pyo as +# (verification is successful when using original .pyo as # input) # diff --git a/uncompyle6/bin/pydisassemble.py b/uncompyle6/bin/pydisassemble.py index 1f11dbed..cddca7b1 100755 --- a/uncompyle6/bin/pydisassemble.py +++ b/uncompyle6/bin/pydisassemble.py @@ -19,7 +19,7 @@ Usage: Disassemble FILE with the instruction mangling that is done to assist uncompyle6 in parsing the instruction stream. For example instructions with variable-length arguments like CALL_FUNCTION and -BUILD_LIST have arguement counts appended to the instruction name, and +BUILD_LIST have argument counts appended to the instruction name, and COME_FROM instructions are inserted into the instruction stream. Examples: