spelling: update
authortimeless@mozdev.org
Fri, 17 Aug 2012 13:58:19 -0700
changeset 17526 1572fd8af69d
parent 17525 e327fd6edb14
child 17527 6e11d5cf8e39
spelling: update
hgext/largefiles/lfcommands.py
--- 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)