Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 39665fd

Browse files
ansasakicryptomilk
authored andcommitted
knownhosts: Fixed a typo
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com> (cherry picked from commit 5617eaf)
1 parent 83f0be1 commit 39665fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/knownhosts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ static char *ssh_session_get_host_port(ssh_session session)
306306
if (session->opts.host == NULL) {
307307
ssh_set_error(session,
308308
SSH_FATAL,
309-
"Can't verify server inn known hosts if the host we "
309+
"Can't verify server in known hosts if the host we "
310310
"should connect to has not been set");
311311

312312
return NULL;

0 commit comments

Comments
 (0)