diff mercurial/match.py @ 8761:0289f384e1e5

Generally replace "file name" with "filename" in help and comments.
author timeless <timeless@gmail.com>
date Tue, 09 Jun 2009 09:25:17 -0400
parents cc7da5aae4cd
children 32e678f9045f
line wrap: on
line diff
--- a/mercurial/match.py	Tue Jun 09 09:25:31 2009 -0400
+++ b/mercurial/match.py	Tue Jun 09 09:25:17 2009 -0400
@@ -1,4 +1,4 @@
-# match.py - file name matching
+# match.py - filename matching
 #
 #  Copyright 2008, 2009 Matt Mackall <mpm@selenic.com> and others
 #