templatefilers: correct filename in header comment
authorYuya Nishihara <yuya@tcha.org>
Fri, 09 Jun 2017 21:28:22 +0900
changeset 32740 ae0ebe93ac70
parent 32739 48d1e1214d8c
child 32741 8f83f924ee1c
templatefilers: correct filename in header comment
mercurial/templatefilters.py
--- a/mercurial/templatefilters.py	Thu Jun 08 20:28:13 2017 -0700
+++ b/mercurial/templatefilters.py	Fri Jun 09 21:28:22 2017 +0900
@@ -1,4 +1,4 @@
-# template-filters.py - common template expansion filters
+# templatefilters.py - common template expansion filters
 #
 # Copyright 2005-2008 Matt Mackall <mpm@selenic.com>
 #