Re: [PATCH] fix misspelling

Subject: Re: [PATCH] fix misspelling

Date: Mon, 10 Jun 2019 20:12:33 +0300

To: Daniel Kahn Gillmor, Notmuch Mail

Cc:

From: Tomi Ollila


On Mon, Jun 10 2019, Daniel Kahn Gillmor wrote:

> Signed-off-by: Daniel Kahn Gillmor <dkg@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
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: