changeset 17424 | e7cfe3587ea4 |
parent 16743 | 38caf405d010 |
child 17806 | dc7010ed0101 |
--- 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)