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 | |
| parent | c805f0cdcb178eee3e597b67e2ccadf8b00b1e35 (diff) | |
| download | libssh-9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b.tar.gz libssh-9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b.tar.xz libssh-9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b.zip | |
Fixed spelling.
Diffstat (limited to 'libssh')
| -rw-r--r-- | libssh/auth.c | 2 | ||||
| -rw-r--r-- | libssh/channels.c | 2 | ||||
| -rw-r--r-- | libssh/client.c | 2 | ||||
| -rw-r--r-- | libssh/options.c | 4 | ||||
| -rw-r--r-- | libssh/pcap.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/libssh/auth.c b/libssh/auth.c index c73afb05..1d75554b 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -1527,7 +1527,7 @@ int ssh_userauth_kbdint(ssh_session session, const char *user, /* * If we are at this point, it is because session->kbdint exists. - * It means the user has set some informations there we need to send + * It means the user has set some information there we need to send * the server and then we need to ack the status (new questions or ok * pass in). */ diff --git a/libssh/channels.c b/libssh/channels.c index 7e4aa639..519e6db1 100644 --- a/libssh/channels.c +++ b/libssh/channels.c @@ -1979,7 +1979,7 @@ int channel_read_buffer(ssh_channel channel, ssh_buffer buffer, uint32_t count, } if (count == 0) { - /* write the ful buffer informations */ + /* write the ful buffer information */ if (buffer_add_data(buffer, buffer_get_rest(stdbuf), buffer_get_rest_len(stdbuf)) < 0) { leave_function(); diff --git a/libssh/client.c b/libssh/client.c index 8064ce24..45d9bf87 100644 --- a/libssh/client.c +++ b/libssh/client.c @@ -805,7 +805,7 @@ error: const char *ssh_copyright(void) { return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2010 Aris Adamantiadis " "(aris@0xbadc0de.be) Distributed under the LGPL, please refer to COPYING" - "file for informations about your rights"; + "file for information about your rights"; } /** @} */ /* vim: set ts=2 sw=2 et cindent: */ diff --git a/libssh/options.c b/libssh/options.c index 3359253e..f0611fb1 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; } diff --git a/libssh/pcap.c b/libssh/pcap.c index 8a4d5a40..b65a041a 100644 --- a/libssh/pcap.c +++ b/libssh/pcap.c @@ -92,7 +92,7 @@ struct ssh_pcap_context_struct { ssh_session session; ssh_pcap_file file; int connected; - /* All of these informations are useful to generate + /* All of these information are useful to generate * the dummy IP and TCP packets */ uint32_t ipsource; |
