# HG changeset patch # User timeless@mozdev.org # Date 2012-08-17 20:58:18 # Node ID a0ee6d846185cc521ff3a07bcf13cedb1d1f52ba # Parent fe3b2604814054588664bf43ec2c2d5f945a8f45 spelling: directly diff --git a/hgext/largefiles/overrides.py b/hgext/largefiles/overrides.py --- a/hgext/largefiles/overrides.py +++ b/hgext/largefiles/overrides.py @@ -696,7 +696,7 @@ def overridepull(orig, ui, repo, source= result = orig(ui, repo, source, **opts) # If we do not have the new largefiles for any new heads we pulled, we # will run into a problem later if we try to merge or rebase with one of - # these heads, so cache the largefiles now direclty into the system + # these heads, so cache the largefiles now directly into the system # cache. ui.status(_("caching new largefiles\n")) numcached = 0