# HG changeset patch # User timeless@mozdev.org # Date 2012-08-17 20:58:18 # Node ID 4e092da9d99f246a9d3c85888acac034eb7fa573 # Parent 17c3dbf3026f98c5cb62acf059840dba46dc50d0 spelling: Failing diff --git a/hgext/largefiles/localstore.py b/hgext/largefiles/localstore.py --- a/hgext/largefiles/localstore.py +++ b/hgext/largefiles/localstore.py @@ -18,7 +18,7 @@ import basestore class localstore(basestore.basestore): '''localstore first attempts to grab files out of the store in the remote - Mercurial repository. Failling that, it attempts to grab the files from + Mercurial repository. Failing that, it attempts to grab the files from the user cache.''' def __init__(self, ui, repo, remote):