Fixed doxygen compilation warnings

This commit is contained in:
Aris Adamantiadis
2009-09-26 01:34:14 +02:00
parent 3e314e863c
commit 0f77578ee2
7 changed files with 13 additions and 13 deletions

View File

@@ -76,13 +76,13 @@ const char *ssh_get_error(void *error) {
*
* @param error The SSH session pointer.
*
* \return SSH_NO_ERROR No error occured\n
* \return SSH_NO_ERROR No error occurred\n
* SSH_REQUEST_DENIED The last request was denied but situation is
* recoverable\n
* SSH_FATAL A fatal error occured. This could be an unexpected
* SSH_FATAL A fatal error occurred. This could be an unexpected
* disconnection\n
*
* \nOther error codes are internal but can be considered same than
* Other error codes are internal but can be considered same than
* SSH_FATAL.
*/
int ssh_get_error_code(void *error) {