diff mercurial/windows.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents fc24c10424d2
children 31f32a96e1e3
line wrap: on
line diff
--- 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