mercurial/sshpeer.py
changeset 26781 1aee2ab0f902
parent 26587 56b2bcea2529
child 27798 8953e963ce8c
--- a/mercurial/sshpeer.py	Wed Oct 14 03:30:27 2015 -0400
+++ b/mercurial/sshpeer.py	Sat Oct 17 00:58:46 2015 +0200
@@ -58,7 +58,7 @@
 
     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
-    because it focus on behavior specifig to the ssh protocol."""
+    because it focus on behavior specific to the ssh protocol."""
 
     def __init__(self, ui, main, side):
         self._ui = ui