aboutsummaryrefslogtreecommitdiff
path: root/src/imap.h
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2021-12-14 14:14:54 +0800
committerDavid Timber <mieabby@gmail.com>2021-12-14 14:14:54 +0800
commit80a062ef30a2f945f6634ca9a0bf2b886a54e3ae (patch)
tree5425fb4a41ccceb04e15444865c9cbb94cc89dd5 /src/imap.h
parent15ba357fa1b309171b4a6def367b7f82724f2e55 (diff)
Doc progress, reimpl txtrec scripts in Python ...
* Delete prne_own_recon_param() as it served no purpose
Diffstat (limited to 'src/imap.h')
-rw-r--r--src/imap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imap.h b/src/imap.h
index 2f52755..c3b5a91 100644
--- a/src/imap.h
+++ b/src/imap.h
@@ -80,7 +80,7 @@ void prne_imap_clear (prne_imap_t *im);
* \param val The value of the new tuple.
* \return The pointer to the new tuple allocated in the map. The pointer is
* valid as long as the map object remains unmodified.
- * \retval NULL if a memory allocation has occurred and \c errno is set to
+ * \retval NULL if memory allocation error has occurred and \c errno is set to
* \c ENOMEM
* \note Calling the function invalidates the pointers previously returned by
* other functions.