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 C79CD1F5A2 for ; Wed, 1 Jan 2020 09:57:56 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 6/6] doc: fix a few spelling errors in user-facing docs Date: Wed, 1 Jan 2020 09:57:55 +0000 Message-Id: <20200101095755.31325-7-e@80x24.org> In-Reply-To: <20200101095755.31325-1-e@80x24.org> References: <20200101095755.31325-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Found by codespell, there's a few more in comments and some debatable ones, but user-facing stuff is more important. --- Documentation/public-inbox-config.pod | 2 +- Documentation/public-inbox-nntpd.pod | 2 +- lib/PublicInbox/Import.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod index 1e7cb845..1825ce05 100644 --- a/Documentation/public-inbox-config.pod +++ b/Documentation/public-inbox-config.pod @@ -167,7 +167,7 @@ interface are displayed. A list of comma-delimited email addresses may be specified. This can be useful for dedicated inboxes for bot emails, but -discussion happens on a seperate mailing list/inbox. +discussion happens on a separate mailing list/inbox. Mirrors of existing centralized mailing lists may use ":list" here to redirect mail only to the configured inbox address. diff --git a/Documentation/public-inbox-nntpd.pod b/Documentation/public-inbox-nntpd.pod index 4214fd75..4757b691 100644 --- a/Documentation/public-inbox-nntpd.pod +++ b/Documentation/public-inbox-nntpd.pod @@ -49,7 +49,7 @@ automatically gets STARTTLS support. =item --key /path/to/key -The default private TLS certicate key for optional STARTTLS and NNTPS +The default private TLS certificate key for optional STARTTLS and NNTPS support if the C option is not given with C<--listen>. The private key may concatenated into the path used by C<--cert>, in which case this option is not needed. diff --git a/lib/PublicInbox/Import.pm b/lib/PublicInbox/Import.pm index 34f7d122..20669ab9 100644 --- a/lib/PublicInbox/Import.pm +++ b/lib/PublicInbox/Import.pm @@ -623,7 +623,7 @@ PublicInbox::Import - message importer for public-inbox v1 inboxes version 1.0 -=head1 SYNOPSYS +=head1 SYNOPSIS use Email::MIME; use PublicInbox::Git;