mercurial/posix.py
changeset 8761 0289f384e1e5
parent 8657 3fa92c618624
child 9031 3b76321aa0de
--- a/mercurial/posix.py	Tue Jun 09 09:25:31 2009 -0400
+++ b/mercurial/posix.py	Tue Jun 09 09:25:17 2009 -0400
@@ -46,7 +46,7 @@
     return [os.path.expanduser('~/.hgrc')]
 
 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 os.sys.platform == 'OpenVMS':
         if pf[0] == '`':