diff options
| author | Andreas Schneider <mail@cynapses.org> | 2010-03-25 13:46:09 +0100 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2010-03-25 13:55:50 +0100 |
| commit | af7f69c515b4b1385db24f78367498e5f080f1bb (patch) | |
| tree | 2a337ae848c053d36dd8ed016e323754643f2390 /libssh/options.c | |
| parent | ea92d5b2301322298eae55ad5ea1065e26fdeb8e (diff) | |
Fixed spelling.
Diffstat (limited to 'libssh/options.c')
| -rw-r--r-- | libssh/options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/options.c b/libssh/options.c index 860302d8..dafd72e0 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; } @@ -827,7 +827,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; } |
