Fixed typos from a* to error.c

This commit is contained in:
Aris Adamantiadis
2010-01-06 21:12:00 +01:00
parent ebd0987376
commit 84e6aca5c5
8 changed files with 29 additions and 29 deletions

View File

@@ -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