]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: fix a few minor typos
authorKyle Meyer <kyle@kyleam.com>
Sun, 7 Apr 2019 03:31:40 +0000 (23:31 -0400)
committerEric Wong <e@80x24.org>
Thu, 11 Apr 2019 04:24:56 +0000 (04:24 +0000)
Documentation/public-inbox-nntpd.pod
Documentation/public-inbox-v2-format.pod

index a38687f6795104b047961cc8acef2b393fdb61f4..749851d46b34cc639de972acbfaa2d584277bee9 100644 (file)
@@ -13,7 +13,7 @@ public-inbox.  It uses options and environment variables common
 to all L<public-inbox-daemon(8)> implementations.
 
 The default configuration will never require write access
-tto the directory where the public-inbox is stored, so it
+to the directory where the public-inbox is stored, so it
 may be run as a different user than the user running
 L<public-inbox-watch(1)>, L<public-inbox-mda(1)>, or
 L<git-fetch(1)>.
index 05ef32a9b6782cf79469d2206c20d51d4bf636bd..7dfe3296363b1c5032eca127ee13e901a364a9a8 100644 (file)
@@ -109,7 +109,7 @@ code paths.
 
 The performance of the storage device is now the bottleneck on
 larger multi-core systems.  In our experience, performance is
-improves with high-quality and high-quantity solid-state storage.
+improved with high-quality and high-quantity solid-state storage.
 Issuing TRIM commands with L<fstrim(8)> was necessary to maintain
 consistent performance while developing this feature.
 
@@ -210,7 +210,7 @@ for all non-atomic operations.
 
 =head1 HEADERS
 
-Same handling as with v1, except the Message-ID header will will
+Same handling as with v1, except the Message-ID header will
 be generated if not provided or conflicting.  "Bytes", "Lines"
 and "Content-Length" headers are stripped and not allowed, they
 can interfere with further processing.