mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
fix misspelling
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
cd733b079f
commit
bcee870826
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue