server: Fix typo in dh_handshake_server().

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Laurent Bigonville
2013-02-05 21:16:01 +01:00
committed by Andreas Schneider
parent 05d8421290
commit a0d894dd2a

View File

@@ -186,7 +186,7 @@ static int dh_handshake_server(ssh_session session) {
default:
ssh_set_error(session,
SSH_FATAL,
"Could determine the specified hostkey");
"Could not determine the specified hostkey");
ssh_string_free(f);
return -1;
}