diff mercurial/wireproto.py @ 23139:e53f6b72a0e4

spelling: fixes from proofreading of spell checker issues
author Mads Kiilerich <madski@unity3d.com>
date Thu, 17 Apr 2014 22:47:38 +0200
parents 90f86ad3d4ff
children 414374cfb531
line wrap: on
line diff
--- a/mercurial/wireproto.py	Sun Nov 02 13:08:46 2014 +0900
+++ b/mercurial/wireproto.py	Thu Apr 17 22:47:38 2014 +0200
@@ -827,7 +827,7 @@
             r = exchange.unbundle(repo, gen, their_heads, 'serve',
                                   proto._client())
             if util.safehasattr(r, 'addpart'):
-                # The return looks streameable, we are in the bundle2 case and
+                # The return looks streamable, we are in the bundle2 case and
                 # should return a stream.
                 return streamres(r.getchunks())
             return pushres(r)