From: Daniel Kahn Gillmor Date: Mon, 10 Jun 2019 01:25:26 +0000 (+0300) Subject: fix misspelling X-Git-Tag: archive/debian/0.30_rc0-1~176 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=bcee87082694f7e7d7ef51064073bacfe856d23f fix misspelling Signed-off-by: Daniel Kahn Gillmor --- diff --git a/lib/messages.c b/lib/messages.c index 04fa19f8..7ddfaf26 100644 --- a/lib/messages.c +++ b/lib/messages.c @@ -117,7 +117,7 @@ _notmuch_messages_has_next (notmuch_messages_t *messages) return false; if (! messages->is_of_list_type) - INTERNAL_ERROR("_notmuch_messages_has_next not implimented for msets"); + INTERNAL_ERROR("_notmuch_messages_has_next not implemented for msets"); return (messages->iterator->next != NULL); }