# HG changeset patch # User Augie Fackler <augie@google.com> # Date 2017-04-13 18:48:18 # Node ID cc2382b600070c6f16eb0ab72d03be5a7dd6b1b8 # Parent a34b5e7c66830e2f13e4ec32f7abbd64a06a5b8a 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):