--- a/mercurial/encoding.py Wed Oct 20 10:07:38 2010 +0200
+++ b/mercurial/encoding.py Wed Oct 20 10:13:04 2010 +0200
@@ -15,7 +15,7 @@
for Python 2.7 and up. This is the same corrected code for earlier
Python versions.
- However, we can't use a version check for this method, as some distributions
+ However, we can't use a version check for this method, as some distributions
patch Python to fix this. Instead, we use it as a 'fixer' for the mac-roman
encoding, as it is unlikely that this encoding is the actually expected.
'''