diff hgext/largefiles/lfcommands.py @ 17526:1572fd8af69d

spelling: update
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:19 -0700
parents e51d4aedace9
children 31f32a96e1e3
line wrap: on
line diff
--- a/hgext/largefiles/lfcommands.py	Fri Aug 17 13:58:19 2012 -0700
+++ b/hgext/largefiles/lfcommands.py	Fri Aug 17 13:58:19 2012 -0700
@@ -389,7 +389,7 @@
         # If we are mid-merge, then we have to trust the standin that is in the
         # working copy to have the correct hashvalue.  This is because the
         # original hg.merge() already updated the standin as part of the normal
-        # merge process -- we just have to udpate the largefile to match.
+        # merge process -- we just have to update the largefile to match.
         if (getattr(repo, "_ismerging", False) and
              os.path.exists(repo.wjoin(lfutil.standin(lfile)))):
             expectedhash = lfutil.readstandin(repo, lfile)