fix reference to notmuch_message_get_properties
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 23 Sep 2017 14:46:13 +0000 (10:46 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 24 Sep 2017 12:15:24 +0000 (09:15 -0300)
lib/notmuch.h

index f26565f356d49e3c5906d1f833562ff9f866c510..e8e0cc12a62b9970cb19ed160bd5b04b967599ce 100644 (file)
@@ -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.
  *