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.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 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 110511F8C8; Wed, 15 Sep 2021 23:15:20 +0000 (UTC) Date: Wed, 15 Sep 2021 23:15:19 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH 3/5] clone|fetch|--mirror: add convenience $INBOX_DIR/Makefile Message-ID: References: <20210915213559.21757-1-e@80x24.org> <20210915213559.21757-4-e@80x24.org> <87r1dpv4op.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87r1dpv4op.fsf@kyleam.com> List-Id: Kyle Meyer wrote: > Eric Wong writes: > > +# This Makefile will not modified nor read by public-inbox, > > missing "be" before "modified" Thanks, will squash the below in. Also, welcome back! diff --git a/lib/PublicInbox/LeiMirror.pm b/lib/PublicInbox/LeiMirror.pm index 749c6b7d..23a2156c 100644 --- a/lib/PublicInbox/LeiMirror.pm +++ b/lib/PublicInbox/LeiMirror.pm @@ -372,7 +372,7 @@ sub write_makefile { # public-inbox-index(1), etc for more information on # some of the commands used by this Makefile. # -# This Makefile will not modified nor read by public-inbox, +# This Makefile will not be modified nor read by public-inbox, # so you may edit it freely with your own convenience targets # and notes. public-inbox-fetch will recreate it if removed. EOM