]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: fix a few spelling errors in user-facing docs
authorEric Wong <e@80x24.org>
Wed, 1 Jan 2020 09:57:55 +0000 (09:57 +0000)
committerEric Wong <e@80x24.org>
Thu, 2 Jan 2020 02:15:54 +0000 (02:15 +0000)
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
Documentation/public-inbox-nntpd.pod
lib/PublicInbox/Import.pm

index 1e7cb845b782686347db88f740ee550651ac0d5a..1825ce05546fb3895962b1000b8e9a224a120eb9 100644 (file)
@@ -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.
index 4214fd75e1e6ea09125002598461cb7df02c4fa8..4757b6910e18fbc647457683ba38340334a5c7e3 100644 (file)
@@ -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<key> 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.
index 34f7d122af67526306dc6feebce30f2c0d9e1d9b..20669ab9709b710eaf21c284116ef3453b753de6 100644 (file)
@@ -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;