diff -r bf17aeafb869 -r 0289f384e1e5 mercurial/posix.py --- 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] == '`':