mercurial/windows.py
changeset 17505 ae791d371864
parent 17223 c315842cb25f
child 17537 31f32a96e1e3
--- a/mercurial/windows.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/mercurial/windows.py	Fri Aug 17 13:58:18 2012 -0700
@@ -153,7 +153,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