mercurial/windows.py
changeset 8761 0289f384e1e5
parent 8657 3fa92c618624
child 8778 c5f36402daad
--- a/mercurial/windows.py	Tue Jun 09 09:25:31 2009 -0400
+++ b/mercurial/windows.py	Tue Jun 09 09:25:17 2009 -0400
@@ -91,7 +91,7 @@
     return path
 
 def parse_patch_output(output_line):
-    """parses the output produced by patch and returns the file name"""
+    """parses the output produced by patch and returns the filename"""
     pf = output_line[14:]
     if pf[0] == '`':
         pf = pf[1:-1] # Remove the quotes