hgext/largefiles/reposetup.py
changeset 23543 4dd8a6a1240d
parent 23394 b5e2128ce9e6
child 23659 67d63ec85eb7
--- a/hgext/largefiles/reposetup.py	Sat Dec 13 09:45:00 2014 +0100
+++ b/hgext/largefiles/reposetup.py	Thu Apr 17 22:47:38 2014 +0200
@@ -285,7 +285,7 @@
         def _subdirlfs(self, files, lfiles):
             '''
             Adjust matched file list
-            If we pass a directory to commit whose only commitable files
+            If we pass a directory to commit whose only committable files
             are largefiles, the core commit code aborts before finding
             the largefiles.
             So we do the following:
@@ -343,7 +343,7 @@
     repo._lfcommithooks = [lfutil.updatestandinsbymatch]
 
     # Stack of status writer functions taking "*msg, **opts" arguments
-    # like "ui.status()". Only last element ("_lfupdatereporters[-1]")
+    # like "ui.status()". Only last element ("_lfstatuswriters[-1]")
     # is used to write status out.
     repo._lfstatuswriters = [ui.status]