1
1
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Anderson Toshiyuki Sasaki 2019-06-27 19:39:00 +02:00 коммит произвёл Andreas Schneider
родитель 4adb13d9e3
Коммит 5617eaf0e2

Просмотреть файл

@ -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;