diff hgext/largefiles/overrides.py @ 26781:1aee2ab0f902

spelling: trivial spell checking
author Mads Kiilerich <madski@unity3d.com>
date Sat, 17 Oct 2015 00:58:46 +0200
parents 45a6233d5f50
children fa2daf0e61ab
line wrap: on
line diff
--- 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):]):