hgext/largefiles/overrides.py
changeset 26781 1aee2ab0f902
parent 26607 45a6233d5f50
child 26962 fa2daf0e61ab
--- a/hgext/largefiles/overrides.py	Wed Oct 14 03:30:27 2015 -0400
+++ b/hgext/largefiles/overrides.py	Sat Oct 17 00:58:46 2015 +0200
@@ -324,7 +324,7 @@
             back = util.pconvert(m.rel(hglf)[:-len(hglf)])
 
             def tostandin(f):
-                # The file may already be a standin, so trucate the back
+                # The file may already be a standin, so truncate the back
                 # prefix and test before mangling it.  This avoids turning
                 # 'glob:../.hglf/foo*' into 'glob:../.hglf/../.hglf/foo*'.
                 if f.startswith(back) and lfutil.splitstandin(f[len(back):]):