fix misspelling

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
Daniel Kahn Gillmor 2019-06-10 04:25:26 +03:00 committed by David Bremner
parent cd733b079f
commit bcee870826

View file

@ -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);
}