Mercurial > public > mercurial-scm > hg
diff mercurial/pathutil.py @ 30332:318a24b52eeb
spelling: fixes of non-dictionary words
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Mon, 17 Oct 2016 23:16:55 +0200 |
parents | 6f447b9ec263 |
children | cfe66dcf45c0 |
line wrap: on
line diff
--- 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])