diff hgext/color.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents 38caf405d010
children dc7010ed0101
line wrap: on
line diff
--- a/hgext/color.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/hgext/color.py	Wed Aug 15 22:38:42 2012 +0200
@@ -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)