diff hgext/largefiles/reposetup.py @ 24180:d8e0c591781c

spelling: fixes from proofreading of spell checker issues
author Mads Kiilerich <madski@unity3d.com>
date Sun, 18 Jan 2015 02:38:57 +0100
parents bb11081562d7
children 2720f967a7b1
line wrap: on
line diff
--- 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