From 5ceea23829601d6a10de8a3ba58e49755fcb3041 Mon Sep 17 00:00:00 2001 From: Peter Lubell-Doughtie Date: Thu, 1 May 2014 17:31:35 -0400 Subject: [PATCH] fix typo in word 'matches' --- NSch/NSch/Session.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NSch/NSch/Session.cs b/NSch/NSch/Session.cs index 6561ba11582..9f837571ccc 100755 --- a/NSch/NSch/Session.cs +++ b/NSch/NSch/Session.cs @@ -886,7 +886,7 @@ private void CheckHost(string chost, int port, KeyExchange kex) } if (i == HostKeyRepository.OK && JSch.GetLogger().IsEnabled(Logger.INFO)) { - JSch.GetLogger().Log(Logger.INFO, "Host '" + host + "' is known and mathces the " + JSch.GetLogger().Log(Logger.INFO, "Host '" + host + "' is known and matches the " + key_type + " host key"); } if (insert && JSch.GetLogger().IsEnabled(Logger.WARN))