mercurial/windows.py
changeset 17424 e7cfe3587ea4
parent 17391 fc24c10424d2
child 17537 31f32a96e1e3
--- 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