From 5617eaf0e200b6091088d299905d3319e2410247 Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Thu, 27 Jun 2019 19:39:00 +0200 Subject: [PATCH] knownhosts: Fixed a typo Signed-off-by: Anderson Toshiyuki Sasaki Reviewed-by: Andreas Schneider --- src/knownhosts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/knownhosts.c b/src/knownhosts.c index 0b417d13..8a4a8ba7 100644 --- a/src/knownhosts.c +++ b/src/knownhosts.c @@ -306,7 +306,7 @@ static char *ssh_session_get_host_port(ssh_session session) if (session->opts.host == NULL) { ssh_set_error(session, SSH_FATAL, - "Can't verify server inn known hosts if the host we " + "Can't verify server in known hosts if the host we " "should connect to has not been set"); return NULL;