[PATCH] fix misspelling
Tomi Ollila
tomi.ollila at iki.fi
Mon Jun 10 10:12:33 PDT 2019
On Mon, Jun 10 2019, Daniel Kahn Gillmor wrote:
> Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
> ---
> lib/messages.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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");
Looks like David's handwriting... >;)
LGTM.
Tomi
>
> return (messages->iterator->next != NULL);
> }
> --
> 2.20.1
More information about the notmuch
mailing list