diff hgext/color.py @ 17479:17c3dbf3026f

spelling: Explicitly
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 38caf405d010
children dc7010ed0101
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)