author | timeless@mozdev.org |
Fri, 17 Aug 2012 13:58:18 -0700 | |
changeset 17480 | 4e092da9d99f |
parent 17479 | 17c3dbf3026f |
child 17481 | b555be7ca830 |
--- 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):