aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteven Allen <steven@stebalien.com>2017-01-13 09:51:02 -0800
committerDavid Bremner <david@tethera.net>2017-01-15 14:25:00 -0400
commit4a2ce7b5706b53cdd30c474d556f18d731c21bb5 (patch)
tree6e8c9bbb42506e1af7c99b5a8603b2b053b1de37 /lib
parent32065e79090ce27c609db6a2fc07e134f1d3d4df (diff)
docs: fix notmuch_message_properties_value documentation
It returns the value, not the key.
Diffstat (limited to 'lib')
-rw-r--r--lib/notmuch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h
index 59cd0f56..16da8be9 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -1811,7 +1811,7 @@ const char *
notmuch_message_properties_key (notmuch_message_properties_t *properties);
/**
- * Return the key from the current (key,value) pair.
+ * Return the value from the current (key,value) pair.
*
* This could be useful if iterating for a prefix.
*