Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/webcommands.py @ 19951:d51c4d85ec23 stable
spelling: random spell checker fixes
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 24 Oct 2013 01:49:56 +0800 |
parents | e828975722c8 |
children | 06e118c097ff |
line wrap: on
line diff
--- a/mercurial/hgweb/webcommands.py Thu Oct 17 16:13:15 2013 +0800 +++ b/mercurial/hgweb/webcommands.py Thu Oct 24 01:49:56 2013 +0800 @@ -161,7 +161,7 @@ ctx = web.repo[query] except (error.RepoError, error.LookupError): # query is not an exact revision pointer, need to - # decide if it's a revset expession or keywords + # decide if it's a revset expression or keywords pass else: return MODE_REVISION, ctx