# HG changeset patch # User timeless@mozdev.org # Date 1345237098 25200 # Node ID 17c3dbf3026f98c5cb62acf059840dba46dc50d0 # Parent 113d0a3d050b41b49f0a01e888defac6a778ee14 spelling: Explicitly diff -r 113d0a3d050b -r 17c3dbf3026f hgext/color.py --- a/hgext/color.py Fri Aug 17 13:58:18 2012 -0700 +++ b/hgext/color.py Fri Aug 17 13:58:18 2012 -0700 @@ -499,5 +499,5 @@ orig(m.group(2), **opts) m = re.match(ansire, m.group(3)) finally: - # Explicity reset original attributes + # Explicitly reset original attributes _kernel32.SetConsoleTextAttribute(stdout, origattr) diff -r 113d0a3d050b -r 17c3dbf3026f hgext/convert/subversion.py --- a/hgext/convert/subversion.py Fri Aug 17 13:58:18 2012 -0700 +++ b/hgext/convert/subversion.py Fri Aug 17 13:58:18 2012 -0700 @@ -888,7 +888,7 @@ info = svn.ra.get_file(self.ra, file, revnum, io) data = io.getvalue() # ra.get_files() seems to keep a reference on the input buffer - # preventing collection. Release it explicitely. + # preventing collection. Release it explicitly. io.close() if isinstance(info, list): info = info[-1] diff -r 113d0a3d050b -r 17c3dbf3026f mercurial/localrepo.py --- a/mercurial/localrepo.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/localrepo.py Fri Aug 17 13:58:18 2012 -0700 @@ -2538,7 +2538,7 @@ # uncompressed only if compatible. if not stream: - # if the server explicitely prefer to stream (for fast LANs) + # if the server explicitly prefer to stream (for fast LANs) stream = remote.capable('stream-preferred') if stream and not heads: