changeset 17480:4e092da9d99f

spelling: Failing
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 17c3dbf3026f
children b555be7ca830
files hgext/largefiles/localstore.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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):