From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id C578D6DE0EF2 for ; Mon, 10 Jun 2019 10:12:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.423 X-Spam-Level: X-Spam-Status: No, score=0.423 tagged_above=-999 required=5 tests=[AWL=-0.229, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tgt_fZg5WbGu for ; Mon, 10 Jun 2019 10:12:39 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 3E5496DE0F34 for ; Mon, 10 Jun 2019 10:12:37 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 7DED1100084; Mon, 10 Jun 2019 20:12:33 +0300 (EEST) From: Tomi Ollila To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH] fix misspelling In-Reply-To: <20190610012526.8648-1-dkg@fifthhorseman.net> References: <20190610012526.8648-1-dkg@fifthhorseman.net> User-Agent: Notmuch/0.28.3+84~g41389bb (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2019 17:12:40 -0000 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