# HG changeset patch
# User Augie Fackler <au...@google.com>
# Date 1492109298 14400
#      Thu Apr 13 14:48:18 2017 -0400
# Node ID 35afb54dbb4df2975dbbf0e1525b98611f18ba85
# Parent  f23d579a5a04e44f5e0370ba13ad20dd626e8ad7
sshpeer: fix docstring typo

diff --git a/mercurial/sshpeer.py b/mercurial/sshpeer.py
--- a/mercurial/sshpeer.py
+++ b/mercurial/sshpeer.py
@@ -62,7 +62,7 @@ class doublepipe(object):
     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):
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to