X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=974be8d1bec2fb52fb5e8ca8452b9f10a5521479;hp=e508309ebfcf01c95b52555baa9cc992daab5c3e;hb=8bb6f7869c4c98190f010d60409938b1c50c5968;hpb=730acd4764535e19f4a461753a3ea1623af42f71 diff --git a/lib/notmuch.h b/lib/notmuch.h index e508309e..974be8d1 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -103,7 +103,7 @@ typedef enum _notmuch_status { /* Get a string representation of a notmuch_status_t value. * - * The result is readonly. + * The result is read-only. */ const char * notmuch_status_to_string (notmuch_status_t status); @@ -510,7 +510,7 @@ notmuch_threads_move_to_next (notmuch_threads_t *threads); * * It's not strictly necessary to call this function. All memory from * the notmuch_threads_t object will be reclaimed when the - * containg query object is destroyed. + * containing query object is destroyed. */ void notmuch_threads_destroy (notmuch_threads_t *threads);