Mercurial > hg-stable
diff mercurial/localrepo.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 | 3d38a0bc774f |
children | fa54f7ade491 |
line wrap: on
line diff
--- a/mercurial/localrepo.py Thu Nov 03 17:31:14 2016 -0700 +++ b/mercurial/localrepo.py Mon Oct 17 23:16:55 2016 +0200 @@ -1502,7 +1502,7 @@ return fparent1 def checkcommitpatterns(self, wctx, vdirs, match, status, fail): - """check for commit arguments that aren't commitable""" + """check for commit arguments that aren't committable""" if match.isexact() or match.prefix(): matched = set(status.modified + status.added + status.removed)