diff hgext/largefiles/localstore.py @ 17480:4e092da9d99f

spelling: Failing
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 5884812686f7
children fbb732a8f2b9
line wrap: on
line diff
--- 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):