Mercurial > public > mercurial-scm > hg-stable
diff mercurial/parser.py @ 30342:318a24b52eeb
spelling: fixes of non-dictionary words
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Mon, 17 Oct 2016 23:16:55 +0200 |
parents | e5b794063fd4 |
children | ffd324eaf994 |
line wrap: on
line diff
--- 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)