sshpeer: fix docstring typo
authorAugie Fackler <augie@google.com>
Thu, 13 Apr 2017 14:48:18 -0400
changeset 31953 cc2382b60007
parent 31952 a34b5e7c6683
child 31954 e518192d6bac
sshpeer: fix docstring typo
mercurial/sshpeer.py
--- a/mercurial/sshpeer.py	Thu Apr 13 13:12:49 2017 -0400
+++ b/mercurial/sshpeer.py	Thu Apr 13 14:48:18 2017 -0400
@@ -62,7 +62,7 @@
     large read for data not yet emitted by the server.
 
     The main pipe is expected to be a 'bufferedinputpipe' from the util module
-    that handle all the os specific bites. This class lives in this module
+    that handle all the os specific bits. This class lives in this module
     because it focus on behavior specific to the ssh protocol."""
 
     def __init__(self, ui, main, side):