diff mercurial/wireproto.py @ 17424:e7cfe3587ea4

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