]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: add missing "be" for --key description
authorEric Wong <e@80x24.org>
Sat, 7 May 2022 00:10:07 +0000 (00:10 +0000)
committerEric Wong <e@80x24.org>
Sat, 7 May 2022 00:45:16 +0000 (00:45 +0000)
Link: https://public-inbox.org/meta/87levfv7hs.fsf@kyleam.com/
Noticed-by: Kyle Meyer <kyle@kyleam.com>
Documentation/public-inbox-imapd.pod
Documentation/public-inbox-netd.pod
Documentation/public-inbox-nntpd.pod

index 52df4d51ff31590ef29743a2bb27d54197070f1a..23577a69d881faad569fe7c68028cbcbc8b32622 100644 (file)
@@ -54,7 +54,7 @@ automatically gets STARTTLS support.
 
 The default private TLS certificate key for optional STARTTLS and IMAPS
 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
+key may be concatenated into the path used by C<--cert>, in which case this
 option is not needed.
 
 =back
index d6520608c009cc7d3130facd28b1ffb911711d80..dcf4d5b0ffc2cecdadc4a8153cce14f64db7603a 100644 (file)
@@ -41,7 +41,7 @@ if the C<cert> option is not given with C<--listen>.
 
 The default private TLS certificate key for optional TLS 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
+key may be concatenated into the path used by C<--cert>, in which case this
 option is not needed.
 
 =back
index 651428ab8bf95b666ec998226a759b5cffbc61ef..cf53da5949a0826f4ae1b10410418b8616e754dc 100644 (file)
@@ -53,7 +53,7 @@ automatically gets STARTTLS support.
 
 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
+key may be concatenated into the path used by C<--cert>, in which case this
 option is not needed.
 
 =back