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/auth.c | |
parent | c805f0cdcb178eee3e597b67e2ccadf8b00b1e35 (diff) | |
download | libssh-9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b.tar.gz libssh-9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b.tar.xz libssh-9e9e7e95eedeb4e773dccc178a0e8acc4c835a7b.zip |
Fixed spelling.
Diffstat (limited to 'libssh/auth.c')
-rw-r--r-- | libssh/auth.c | 2 |
1 files changed, 1 insertions, 1 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). */ |