diff -r a34b5e7c6683 -r cc2382b60007 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):