diff -r fc14953e8e34 -r e7cfe3587ea4 hgext/largefiles/localstore.py --- a/hgext/largefiles/localstore.py Tue Aug 28 17:59:08 2012 -0500 +++ b/hgext/largefiles/localstore.py Wed Aug 15 22:38:42 2012 +0200 @@ -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):