diff --git a/proton b/proton index e268b8af..70e6d9bc 100755 --- a/proton +++ b/proton @@ -485,7 +485,7 @@ if sys.version_info[0] == 2: elif sys.version_info[0] == 3: binary_stdout = sys.stdout.buffer else: - raise Exception("Unsuported python version") + raise Exception("Unsupported python version") #determine mode if sys.argv[1] == "run":