mercurial/wireproto.py
changeset 17424 e7cfe3587ea4
parent 17293 d3f84ccc5495
child 17556 39c6e349dfff
--- a/mercurial/wireproto.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/mercurial/wireproto.py	Wed Aug 15 22:38:42 2012 +0200
@@ -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.
     '''