aboutsummaryrefslogtreecommitdiff
path: root/lib/notmuch.h
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-09-23 10:46:13 -0400
committerDavid Bremner <david@tethera.net>2017-09-24 09:15:24 -0300
commite3a6368e8d57baf41e779a525839a9bd0f3363a8 (patch)
tree14408ab595b35bae2973568bfaaf65974bfc18bb /lib/notmuch.h
parentf4ac5ecd5c6db78982a0730059061cbe946ca079 (diff)
fix reference to notmuch_message_get_properties
Diffstat (limited to 'lib/notmuch.h')
-rw-r--r--lib/notmuch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h
index f26565f3..e8e0cc12 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -1856,7 +1856,7 @@ notmuch_message_get_properties (notmuch_message_t *message, const char *key, not
* says. Whereas when this function returns FALSE, calling any of
* these functions results in undefined behaviour.
*
- * See the documentation of notmuch_message_properties_get for example
+ * See the documentation of notmuch_message_get_properties for example
* code showing how to iterate over a notmuch_message_properties_t
* object.
*