]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
doc: fix a few typos
authorŠtěpán Němec <stepnem@smrk.net>
Mon, 3 Nov 2025 19:29:39 +0000 (20:29 +0100)
committerEric Wong <e@80x24.org>
Tue, 4 Nov 2025 21:13:58 +0000 (21:13 +0000)
13 files changed:
Documentation/RelNotes/v1.1.0-pre1.eml
Documentation/RelNotes/v1.6.0.eml
Documentation/public-inbox-config.pod
Documentation/public-inbox-extindex.pod
Documentation/public-inbox-netd.pod
Documentation/technical/bitrot.txt
Makefile.PL
contrib/css/README
examples/unsubscribe-milter@.service
install/deps.perl
lib/PublicInbox/Eml.pm
lib/PublicInbox/Import.pm
lib/PublicInbox/xap_helper.h

index ee1ecc396778f0e48a6063cec0343715fb80c760..3a6fc655271b8a8f2d25c093e1f87b2032faa8f6 100644 (file)
@@ -272,7 +272,7 @@ Eric Wong (Contractor, The Linux Foundation) (239):
       feed: respect feedmax, again
       v1: remove articles from overview DB
       compact: do not merge v2 repos by default
-      v2writable: reduce partititions by one
+      v2writable: reduce partitions by one
       search: preserve References in Xapian smsg for x=t view
       v2: generate better Message-IDs for duplicates
       v2: improve deduplication checks
index 3fe8beae4f4b8a467254fc45bfdded0e8bb33cb7..c1c03b7708570d24bce5e8cc6685288716467c33 100644 (file)
@@ -14,7 +14,7 @@ come in 1.7.
 
 The read-only httpd and nntpd daemons no longer block the event
 loop when retrieving blobs from git, making better use of SMP
-systems while accomodating slow storage.
+systems while accommodating slow storage.
 
 Indexing can be now be tuned to give somewhat usable performance
 on HDD storage, though we can't defy the laws of physics, either.
index 00f260fafa73d8b5ec2c938e0bc2a6ff1803b83d..e86645c4ada3923e8b63c80188147edc7e1ce6be 100644 (file)
@@ -187,14 +187,13 @@ C<gmane:1234>.  This is useful to allow looking up legacy serial IDs
 It must be specified in the form of
 C<serial:$USER_PREFIX:file=$SQLITE_FILENAME> where C<$USER_PREFIX> is a
 lowercase prefix like C<gmane> for search queries, and
-C<$SQLITE_FILENAME> is points to an SQLite DB.  C<$SQLITE_FILENAME> may
+C<$SQLITE_FILENAME> points to an SQLite DB.  C<$SQLITE_FILENAME> may
 be an absolute path or a path relative to C<INBOXDIR> for v2 inboxes or
 C<INBOXDIR/public-inbox> for v1 inboxes.
 
-The schema of C<$SQLITE_FILENAME> should be the same as a
+The schema of C<$SQLITE_FILENAME> should be the same as for
 C<msgmap.sqlite3>.  See C<scripts/xhdr-num2mid> in the public-inbox
-source tree for an example of how to generate such a mapping from
-via NNTP.
+source tree for an example of how to generate such a mapping via NNTP.
 
 This is a noop with C<indexlevel=basic>
 
index 131cc705b6044a40c05d57323853ce9d862b4ffb..09bd59a1e2f1bb73d1fa4874fd798852839053c5 100644 (file)
@@ -135,7 +135,7 @@ the presence of an NNTP or IMAP server).  Otherwise, public-inbox-extindex
 will use C<publicinbox.$NAME.inboxdir> as an internal key which can
 cause needless reindexing and require L<--gc> if inboxes are relocated.
 
-Per-inbox C<publicinbox.$NAME.altid> configs is only supported as of
+Per-inbox C<publicinbox.$NAME.altid> config is only supported as of
 public-inbox 2.0+ (PENDING).
 
 See L<public-inbox-config(5)> for more details.
index d29514a2f95ac5f0c7365b30b1b5197a6598715a..ddd6def94871f0ad3110d5c90b80e1a1c0a68b62 100644 (file)
@@ -54,7 +54,7 @@ As of public-inbox 2.0, C<servername=> and C<serverport=> may
 also be specified on a per listener basis.  For HTTP(S),
 these ensure full URLs are generated properly for HTTP clients
 which omit the HTTP C<Host:> header.  For NNTP(S), C<servername=>
-is printed in the the greeting and used for generating C<Xref:>
+is printed in the greeting and used for generating C<Xref:>
 headers, overriding the L<public-inbox-config(5)/publicinbox.nntpserver>
 directive.
 
index 8ba0cab5f04312dc924d336e6a8e1f6676ec096c..4eacc97e9d09766f73b43adbfb98e014b1310803 100644 (file)
@@ -20,7 +20,7 @@ programming languages and APIs of our implementation.
   However, we only depend on its stability to maintain a stable,
   bidirectional mapping of Message-IDs to NNTP article numbers
   in msgmap.sqlite3.  lei uses it to maintain mail source mappings,
-  but lei itself is not-yet-ready for reliably storing private mail.
+  but lei itself is not yet ready for reliably storing private mail.
 
   [1] https://www.loc.gov/preservation/digital/formats/fdd/fdd000461.shtml
 
@@ -31,7 +31,7 @@ programming languages and APIs of our implementation.
   When relying on the `syscall' perlop, be sure to hard code the
   actual numbers used for syscalls instead of relying on the
   symbolic name => number mapping at compilation time.  FreeBSD (and
-  probably others) will assign different numbers to the same name
+  probably others) will assign different numbers to the same
   name (e.g. SYS_kevent changed from 363 to 560, while
   SYS_freebsd11_kevent continues to map to 363 in FreeBSD 12+).
 
index ae6ba31b71891eb94b2c902d7778847ad508deab..531350d8fb09540aa6303f28aa3decb64ef958bf 100644 (file)
@@ -276,7 +276,7 @@ Makefile.PL : MANIFEST
        touch -r MANIFEST \$@
        \$(PERLRUN) \$@
 
-# Install symlinks to ~/bin (which is hopefuly in PATH) which point to
+# Install symlinks to ~/bin (which is hopefully in PATH) which point to
 # this source tree.
 # prefix + bindir matches git.git Makefile:
 prefix = \$(HOME)
index d0ba3befaa6299f1297778a889cb02afc98c4455..26747199d99e5ed7c62f05c39fb798feee592fd5 100644 (file)
@@ -36,7 +36,7 @@ Snippet from ~/.public-inbox/config, order matters to browsers.
        ; "https://" or "http://" for hosts which only support one protocol.
        css = href=//example.com/fugly.css title=external
 
-All files in these example directory are CC0-1.0 (public domain):
+All files in this example directory are CC0-1.0 (public domain):
 To the extent possible under law, Eric Wong has waived all copyright and
 related or neighboring rights to these examples.
 https://creativecommons.org/publicdomain/zero/1.0/legalcode
index a68e6e81858fe51afd9c629e29e6592ff82aa186..3a06c3dd33d18f466a9cf04760d2e1cfef8b74a0 100644 (file)
@@ -16,7 +16,7 @@ After = unsubscribe-milter.socket
 ExecStart = /usr/local/sbin/unsubscribe.milter /home/mlmmj/.unsubscribe.key
 
 # UNIQUE_MAILTO makes the List-Unsubscribe mailto: header unique
-# so unsubcribing becomes one-step (requires MDA/MTA configuration,
+# so unsubscribing becomes one-step (requires MDA/MTA configuration,
 # see the bottom of examples/unsubscribe.milter
 # Environment = UNIQUE_MAILTO=1
 
index 6563c3cef0939f7adcde62ab783e6855cad4d138..49c728f79e90693211f8ff286ee9db4fa6d60167 100755 (executable)
@@ -104,7 +104,7 @@ $profiles->{'www-thread'} = [ @{$profiles->{v2essential}}, qw(Plack) ];
 # common profile for PublicInbox::WWW
 $profiles->{'www-search'} = [ @{$profiles->{'www-thread'}}, qw(Xapian) ];
 
-# bare mininum for lei
+# bare minimum for lei
 $profiles->{'lei-core'} = [ @{$profiles->{v2essential}}, qw(Xapian) ];
 push @{$profiles->{'lei-core'}}, 'Inline::C' if $^O ne 'linux';
 
@@ -261,7 +261,7 @@ if ($pkg_fmt =~ /\A(?:pkg_add|pkgin)\z/) {
        }
 }
 
-my %inst_check = ( # subs which return true if a package is intalled
+my %inst_check = ( # subs which return true if a package is installed
        apk => sub { system(qw(apk info -q -e), $_[0]) == 0 },
        deb => sub { system("dpkg -s $_[0] >/dev/null 2>&1") == 0 },
        pkg => sub { system(qw(pkg info -q), $_[0]) == 0 },
index d59d7c3f64c42bb5518f300b278646eddb2f364a..81a57a0316b11321b5f9ca2409ce1440c5bb9a9e 100644 (file)
@@ -183,7 +183,7 @@ sub mp_descend ($$) {
        # "multipart" messages can exist w/o a body
        my $bdy = ($nr ? delete($self->{bdy}) : \(body_raw($self))) or return;
 
-       # Cut at the the first epilogue, not subsequent ones.
+       # Cut at the first epilogue, not subsequent ones.
        # *sigh* just the regexp match alone seems to bump RSS by
        # length($$bdy) on a ~30M string:
        my $epilogue_missing;
index 35985f74f60cd8b8b3a7fbcb16a3bc7fbd227561..1478220e63fbaf7abe3789ef7256274887adefe4 100644 (file)
@@ -331,7 +331,7 @@ sub drop_unwanted_headers ($) {
                $eml->header_set($_);
        }
 
-       # We don't want public-inbox readers to be able to unsubcribe the
+       # We don't want public-inbox readers to be able to unsubscribe the
        # address which does archiving.  WARNING: this breaks DKIM if the
        # mailing list sender follows RFC 8058, section 4; but breaking DKIM
        # (or have senders ignore RFC 8058 sec. 4) is preferable to having
index edc418926a8315bdde65a871f6a547fbae0131e7..8d153065a6b4a18f21ee3c36ece77294a78564aa 100644 (file)
@@ -7,7 +7,7 @@
  * C (not C++) is used as much as possible to lower the contribution
  * barrier for hackers who mainly know C (this includes the maintainer).
  * Yes, that means we use C stdlib stuff like open_memstream
- * instead their equivalents in the C++ stdlib :P
+ * instead of their equivalents in the C++ stdlib :P
  * Everything here is an unstable internal API of public-inbox and
  * NOT intended for ordinary users; only public-inbox hackers
  */