diff mercurial/wireproto.py @ 17525:e327fd6edb14

spelling: transferred
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:19 -0700
parents d3f84ccc5495
children 39c6e349dfff
line wrap: on
line diff
--- a/mercurial/wireproto.py	Fri Aug 17 13:58:19 2012 -0700
+++ b/mercurial/wireproto.py	Fri Aug 17 13:58:19 2012 -0700
@@ -516,7 +516,7 @@
     it is serving. Client checks to see if it understands the format.
 
     The format is simple: the server writes out a line with the amount
-    of files, then the total amount of bytes to be transfered (separated
+    of files, then the total amount of bytes to be transferred (separated
     by a space). Then, for each file, the server first writes the filename
     and filesize (separated by the null character), then the file contents.
     '''