# HG changeset patch # User timeless@mozdev.org # Date 1345237098 25200 # Node ID 4e092da9d99f246a9d3c85888acac034eb7fa573 # Parent 17c3dbf3026f98c5cb62acf059840dba46dc50d0 spelling: Failing diff -r 17c3dbf3026f -r 4e092da9d99f hgext/largefiles/localstore.py --- a/hgext/largefiles/localstore.py Fri Aug 17 13:58:18 2012 -0700 +++ b/hgext/largefiles/localstore.py Fri Aug 17 13:58:18 2012 -0700 @@ -18,7 +18,7 @@ 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):