diff mercurial/sshpeer.py @ 26781:1aee2ab0f902

spelling: trivial spell checking
author Mads Kiilerich <madski@unity3d.com>
date Sat, 17 Oct 2015 00:58:46 +0200
parents 56b2bcea2529
children 8953e963ce8c
line wrap: on
line diff
--- 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