summaryrefslogtreecommitdiffstats
path: root/libssh/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/error.c')
-rw-r--r--libssh/error.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libssh/error.c b/libssh/error.c
index 922a7f4..392e741 100644
--- a/libssh/error.c
+++ b/libssh/error.c
@@ -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) {