mercurial/parser.py
changeset 30332 318a24b52eeb
parent 29767 e5b794063fd4
child 30752 ffd324eaf994
--- a/mercurial/parser.py	Thu Nov 03 17:31:14 2016 -0700
+++ b/mercurial/parser.py	Mon Oct 17 23:16:55 2016 +0200
@@ -248,7 +248,7 @@
     This is a helper for fileset/revset/template aliases. A concrete rule set
     should be made by sub-classing this and implementing class/static methods.
 
-    It supports alias expansion of symbol and funciton-call styles::
+    It supports alias expansion of symbol and function-call styles::
 
         # decl = defn
         h = heads(default)