Re: [PATCH] fix misspelling

2019-06-11 Thread David Bremner


pushed to master

d
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] fix misspelling

2019-06-10 Thread Tomi Ollila
On Mon, Jun 10 2019, Daniel Kahn Gillmor wrote:

> Signed-off-by: Daniel Kahn Gillmor 
> ---
>  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