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:46:09 +0100 |
commit | 9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b (patch) | |
tree | d7bb181fcd9858037f2e61c51d17659df3aa1807 /libssh/options.c | |
parent | c805f0cdcb178eee3e597b67e2ccadf8b00b1e35 (diff) | |
download | libssh-9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b.tar.gz libssh-9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b.tar.xz libssh-9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b.zip |
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 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; } |