mercurial/localrepo.py
changeset 30332 318a24b52eeb
parent 30272 3d38a0bc774f
child 30345 fa54f7ade491
--- 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)