changeset 30332 | 318a24b52eeb |
parent 29889 | 6f447b9ec263 |
child 30614 | cfe66dcf45c0 |
--- a/mercurial/pathutil.py Thu Nov 03 17:31:14 2016 -0700 +++ b/mercurial/pathutil.py Mon Oct 17 23:16:55 2016 +0200 @@ -84,7 +84,7 @@ normparts.pop() prefixes = [] # It's important that we check the path parts starting from the root. - # This means we won't accidentaly traverse a symlink into some other + # This means we won't accidentally traverse a symlink into some other # filesystem (which is potentially expensive to access). for i in range(len(parts)): prefix = os.sep.join(parts[:i + 1])