--- a/mercurial/windows.py Tue Aug 28 17:59:08 2012 -0500
+++ b/mercurial/windows.py Wed Aug 15 22:38:42 2012 +0200
@@ -152,7 +152,7 @@
# backslash
# (See http://msdn2.microsoft.com/en-us/library/a1y7w461.aspx )
# So, to quote a string, we must surround it in double quotes, double
-# the number of backslashes that preceed double quotes and add another
+# the number of backslashes that precede double quotes and add another
# backslash before every double quote (being careful with the double
# quote we've appended to the end)
_quotere = None