changeset 31953:cc2382b60007

sshpeer: fix docstring typo
author Augie Fackler <augie@google.com>
date Thu, 13 Apr 2017 14:48:18 -0400
parents a34b5e7c6683
children e518192d6bac
files mercurial/sshpeer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):