changeset 17519:d8d2856a0c7f

spelling: successfully
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:19 -0700
parents cb68ca8a62f7
children dfbcf23582e1
files hgext/largefiles/basestore.py mercurial/encoding.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/largefiles/basestore.py	Fri Aug 17 13:58:19 2012 -0700
+++ b/hgext/largefiles/basestore.py	Fri Aug 17 13:58:19 2012 -0700
@@ -55,7 +55,7 @@
     def get(self, files):
         '''Get the specified largefiles from the store and write to local
         files under repo.root.  files is a list of (filename, hash)
-        tuples.  Return (success, missing), lists of files successfuly
+        tuples.  Return (success, missing), lists of files successfully
         downloaded and those not found in the store.  success is a list
         of (filename, hash) tuples; missing is a list of filenames that
         we could not get.  (The detailed error message will already have
--- a/mercurial/encoding.py	Fri Aug 17 13:58:19 2012 -0700
+++ b/mercurial/encoding.py	Fri Aug 17 13:58:19 2012 -0700
@@ -223,7 +223,7 @@
 
     Principles of operation:
 
-    - ASCII and UTF-8 data sucessfully round-trips and is understood
+    - ASCII and UTF-8 data successfully round-trips and is understood
       by Unicode-oriented clients
     - filenames and file contents in arbitrary other encodings can have
       be round-tripped or recovered by clueful clients