hgext/largefiles/reposetup.py
changeset 17424 e7cfe3587ea4
parent 17230 fc4c155658b7
child 17803 1479572db256
--- a/hgext/largefiles/reposetup.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/hgext/largefiles/reposetup.py	Wed Aug 15 22:38:42 2012 +0200
@@ -156,7 +156,7 @@
                 # Create a function that we can use to override what is
                 # normally the ignore matcher.  We've already checked
                 # for ignored files on the first dirstate walk, and
-                # unecessarily re-checking here causes a huge performance
+                # unnecessarily re-checking here causes a huge performance
                 # hit because lfdirstate only knows about largefiles
                 def _ignoreoverride(self):
                     return False
@@ -192,7 +192,7 @@
                         (unsure, modified, added, removed, missing, unknown,
                                 ignored, clean) = s
                         # Replace the list of ignored and unknown files with
-                        # the previously caclulated lists, and strip out the
+                        # the previously calculated lists, and strip out the
                         # largefiles
                         lfiles = set(lfdirstate._map)
                         ignored = set(result[5]).difference(lfiles)