--- 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.
'''