aboutsummaryrefslogtreecommitdiff
path: root/libssh/error.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-09-26 01:34:14 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-09-26 01:34:14 +0200
commit0f77578ee2095311ebe71785be4ee7dad135728a (patch)
tree1adbaba9565175753d2d05aef9321808f99a836a /libssh/error.c
parent3e314e863cb70f8594b0c9b79d14edb3a929d708 (diff)
downloadlibssh-0f77578ee2095311ebe71785be4ee7dad135728a.tar.gz
libssh-0f77578ee2095311ebe71785be4ee7dad135728a.tar.xz
libssh-0f77578ee2095311ebe71785be4ee7dad135728a.zip
Fixed doxygen compilation warnings
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 922a7f4a..392e7414 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) {