From 84e6aca5c523768653b751d2d770f0fedcbbe0a9 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 6 Jan 2010 21:12:00 +0100 Subject: Fixed typos from a* to error.c --- libssh/auth.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libssh/auth.c') diff --git a/libssh/auth.c b/libssh/auth.c index 2d64b90..badf151 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -935,7 +935,7 @@ static struct ssh_keys_struct keytab[] = { #endif /** - * @brief Tries to automaticaly authenticate with public key and "none" + * @brief Tries to automatically authenticate with public key and "none" * * It may fail, for instance it doesn't ask for a password and uses a default * asker for passphrases (in case the private key is encrypted). @@ -1543,7 +1543,7 @@ int ssh_userauth_kbdint(ssh_session session, const char *user, } /* - * If we are at this point, it ss because session->kbdint exists. + * 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 * the server and then we need to ack the status (new questions or ok * pass in). @@ -1618,7 +1618,7 @@ const char *ssh_userauth_kbdint_getinstruction(ssh_session session) { * * @param session The ssh session to use. * - * @param i The inndex number of the i'th prompt. + * @param i The index number of the i'th prompt. * * @param echo When different of NULL, it will obtain a boolean meaning * that the resulting user input should be echoed or not -- cgit