From 9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 25 Mar 2010 13:46:09 +0100 Subject: Fixed spelling. --- libssh/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libssh/options.c') diff --git a/libssh/options.c b/libssh/options.c index 3359253..f0611fb 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -613,7 +613,7 @@ int ssh_options_set(ssh_session session, enum ssh_options_e type, } break; default: - ssh_set_error(session, SSH_REQUEST_DENIED, "Unkown ssh option %d", type); + ssh_set_error(session, SSH_REQUEST_DENIED, "Unknown ssh option %d", type); return -1; break; } @@ -1057,7 +1057,7 @@ int ssh_bind_options_set(ssh_bind sshbind, enum ssh_bind_options_e type, } break; default: - ssh_set_error(sshbind, SSH_REQUEST_DENIED, "Unkown ssh option %d", type); + ssh_set_error(sshbind, SSH_REQUEST_DENIED, "Unknown ssh option %d", type); return -1; break; } -- cgit