diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-26 01:32:56 +0300 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-26 01:32:56 +0300 |
commit | 7c4a7e6f3cbd98ad547a3f1661582517612419e3 (patch) | |
tree | 401bde344fe15ab617c9be5c0e6fec7f4363d81f /Tools/scripts/pathfix.py | |
parent | bf8ab77f940013e42f7b9af5b4fd2100238f389b (diff) | |
download | cpython-7c4a7e6f3cbd98ad547a3f1661582517612419e3.tar.gz cpython-7c4a7e6f3cbd98ad547a3f1661582517612419e3.zip |
#18803: fix more typos. Patch by Févry Thibault.
Diffstat (limited to 'Tools/scripts/pathfix.py')
-rwxr-xr-x | Tools/scripts/pathfix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/pathfix.py b/Tools/scripts/pathfix.py index dd08e0aba38..13ca866a78d 100755 --- a/Tools/scripts/pathfix.py +++ b/Tools/scripts/pathfix.py @@ -151,7 +151,7 @@ def fix(filename): except os.error as msg: err('%s: reset of timestamp failed (%r)\n' % (filename, msg)) return 1 - # Return succes + # Return success return 0 def fixline(line): |