about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-01-01 09:57:55 +0000
committerEric Wong <e@80x24.org>2020-01-02 02:15:54 +0000
commitf7a6af5167001469516fd33aaf37958d635dff98 (patch)
treefec2c12a57ccb1116fb0a2b66e474f158c6d6a77
parentb1991f7121a803a0a49c9cd0288a4f9050eeb70c (diff)
downloadpublic-inbox-f7a6af5167001469516fd33aaf37958d635dff98.tar.gz
Found by codespell, there's a few more in comments and some
debatable ones, but user-facing stuff is more important.
-rw-r--r--Documentation/public-inbox-config.pod2
-rw-r--r--Documentation/public-inbox-nntpd.pod2
-rw-r--r--lib/PublicInbox/Import.pm2
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<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.
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;