diff -r b19291e5d506 -r 318a24b52eeb mercurial/parser.py --- 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)