Mercurial > hg-stable
changeset 17526:1572fd8af69d
spelling: update
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:19 -0700 |
parents | e327fd6edb14 |
children | 6e11d5cf8e39 |
files | hgext/largefiles/lfcommands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)