changeset 17479:17c3dbf3026f

spelling: Explicitly
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 113d0a3d050b
children 4e092da9d99f
files hgext/color.py hgext/convert/subversion.py mercurial/localrepo.py
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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: