--- 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)
--- 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]
--- 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: