From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id C5BDF1F59D for ; Wed, 17 Aug 2022 09:33:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1660728797; bh=AkbpWvBmcqT7O6+yytKFlhHHQXiOSRMuqCn/lz8XyjE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=y58xo3akZ3B9TnP9nH/7B+moc2Yhaja1uRz7OMh75Dp7X8U/AiWujgc678eof/5HT OlGYCXgHY0iQL9Qa3n7tsvB9hlv6awQWr7DHj9ulrIKZojQIOTWNGL2Y3r/Y0Xbtg7 aBL8Nu4edggPYlLNNUHKgJJaIHt/fOOzVynrZbvw= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 1/4] searchidx: fix spelling error in comment Date: Wed, 17 Aug 2022 09:33:14 +0000 Message-Id: <20220817093317.3820774-2-e@80x24.org> In-Reply-To: <20220817093317.3820774-1-e@80x24.org> References: <20220817093317.3820774-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --- lib/PublicInbox/SearchIdx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/SearchIdx.pm b/lib/PublicInbox/SearchIdx.pm index bdb84fc7..257b83a5 100644 --- a/lib/PublicInbox/SearchIdx.pm +++ b/lib/PublicInbox/SearchIdx.pm @@ -453,7 +453,7 @@ sub eml2doc ($$$;$) { index_ids($self, $doc, $eml, $mids); # by default, we maintain compatibility with v1.5.0 and earlier - # by writing to docdata.glass, users who never exect to downgrade can + # by writing to docdata.glass, users who never expect to downgrade can # use --skip-docdata if (!$self->{-skip_docdata}) { # WWW doesn't need {to} or {cc}, only NNTP