]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
Fix some typos and language nits in docs and comments
authorŠtěpán Němec <stepnem@smrk.net>
Fri, 15 Mar 2024 14:30:48 +0000 (15:30 +0100)
committerEric Wong <e@80x24.org>
Sat, 16 Mar 2024 21:24:27 +0000 (21:24 +0000)
Documentation/RelNotes/v2.0.0.wip
Documentation/public-inbox-config.pod
INSTALL
examples/public-inbox-netd@.service

index 53ef5fe5c7a1d0db8cbdbb7a5119eb64b02b3fb6..4d872fd721db759b0577d536f7bf8e5719f1def5 100644 (file)
@@ -43,8 +43,8 @@ Compatibility:
 New users + hackers:
 
   The install/ directory includes tools to automate installation and
-  removal of dependencies for stripped down or full setups.  See
-  install/README for more details
+  removal of dependencies for stripped-down or full setups.  See
+  install/README for more details.
 
 treewide
 
@@ -52,7 +52,7 @@ treewide
 
   * standardize on `#' prefix for stderr diagnostics (previously `I:')
 
-  * SHA-256 coderepos are fully-supported (but not inboxes, yet)
+  * SHA-256 coderepos are fully supported (but not inboxes, yet)
 
   * jemalloc (tested as an LD_PRELOAD) is recommended to reduce fragmentation
     in long-running daemon processes serving unpredictable traffic
@@ -174,8 +174,8 @@ Search improvements (lei and PublicInbox::WWW)
 
   * `public-inbox-cindex --join' prefers using Xapian's C++ API
     directly to avoid Perl method dispatch overhead to get usable
-    performance assocating ~300 inboxes with over 1K coderepos
-    (and vice-versa).  Users needing this performance will need
+    performance associating ~300 inboxes with over 1K coderepos
+    (and vice versa).  Users requiring such performance will need
     a C++ compiler, pkg-config, and the Xapian development files
     (see INSTALL).
 
index d3f5d04b0644da1ba01e95bf21dc67b878d163a1..b4a1d94dec00892d1abe717e63cadce14fec1e9a 100644 (file)
@@ -390,7 +390,7 @@ Default: C<404>
 =item publicinbox.nameIsUrl
 
 Treat the name of the public inbox as its unqualified URL when
-using C<publicInbox.wwwListing=all>.  This is, every
+using C<publicInbox.wwwListing=all>.  That is, every
 C<[publicinbox "foo"]> section implicitly sets C<publicinbox.foo.url=foo>.
 
 This is a convenient alternative to specifying
diff --git a/INSTALL b/INSTALL
index b1d7fd1b68e9eb9ad98d4f14565537683b308548..c04831c2fb5b1eff2f12b78bbfe26a267f1dc43f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@ lei as a command-line tool.  Any HTTP, IMAP, NNTP, or POP3 client can
 access public-inbox servers, as can git-{clone,fetch} on the HTTP(S)
 endpoint.
 
-Since our marketing sucks, ease-of-installation is an important goal
+Since our marketing sucks, ease of installation is an important goal
 for this project and we only depend on distro-provided packages.
 
 As of 2024, public-inbox is packaged by several OS distributions,
index 2330bd5952fe6149ad5ea61ec510797b9c3eebcf..83d2e995c0f612cd92806c9778ca1609e76520fd 100644 (file)
@@ -13,7 +13,7 @@ After = public-inbox-netd.socket
 
 [Service]
 # An LD_PRELOAD for libjemalloc can be added here.  It currently seems
-# more resistant to fragmentation to glibc in long-lived daemons.
+# more resistant to fragmentation in long-lived daemons than glibc.
 Environment = PI_CONFIG=/home/pi/.public-inbox/config \
 PATH=/usr/local/bin:/usr/bin:/bin \
 TZ=UTC \