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