hgext/largefiles/reposetup.py
changeset 24180 d8e0c591781c
parent 24163 bb11081562d7
child 24276 2720f967a7b1
--- a/hgext/largefiles/reposetup.py	Fri Feb 27 21:42:58 2015 +0100
+++ b/hgext/largefiles/reposetup.py	Sun Jan 18 02:38:57 2015 +0100
@@ -329,10 +329,10 @@
                             actualfiles.append(lf)
                             if not matcheddir:
                                 # There may still be normal files in the dir, so
-                                # make sure _a_ directory is in the list, which
+                                # add a directory to the list, which
                                 # forces status/dirstate to walk all files and
                                 # call the match function on the matcher, even
-                                # on case sensitive filesytems.
+                                # on case sensitive filesystems.
                                 actualfiles.append('.')
                                 matcheddir = True
                 # Nothing in dir, so readd it