hgext/win32mbcs.py
changeset 7983 7b813bdbd5d0
parent 7948 de377b1a9a84
child 8001 c0e3aca616de
--- a/hgext/win32mbcs.py	Sat Apr 04 18:31:01 2009 +0200
+++ b/hgext/win32mbcs.py	Sat Apr 04 21:09:43 2009 +0200
@@ -13,7 +13,7 @@
 Some MBCS encodings are not good for some path operations
 (i.e. splitting path, case conversion, etc.) with its encoded bytes.
 We call such a encoding (i.e. shift_jis and big5) as "problematic
-encoding".  This extension can be used to fix the issue with those
+encoding". This extension can be used to fix the issue with those
 encodings by wrapping some functions to convert to unicode string
 before path operation.