diff hgext/largefiles/localstore.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents 5884812686f7
children fbb732a8f2b9
line wrap: on
line diff
--- 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):