--- 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.
'''
--- a/tests/test-phases-exchange.t Fri Aug 17 13:58:19 2012 -0700
+++ b/tests/test-phases-exchange.t Fri Aug 17 13:58:19 2012 -0700
@@ -84,7 +84,7 @@
pull did not updated ../alpha state.
-push from alpha to beta should update phase even if nothing is transfered
+push from alpha to beta should update phase even if nothing is transferred
$ cd ../alpha
$ hgph # not updated by remote pull