From bd74fefce24f1a9a7b6d3a7f1e17237a67e9d1d4 Mon Sep 17 00:00:00 2001 From: Štěpán Němec Date: Mon, 28 Aug 2023 12:42:46 +0200 Subject: Fix some typos/grammar/errors in docs and comments --- lib/PublicInbox/DS.pm | 4 ++-- lib/PublicInbox/Daemon.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/PublicInbox') diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm index 98084b5c..e89dc430 100644 --- a/lib/PublicInbox/DS.pm +++ b/lib/PublicInbox/DS.pm @@ -209,8 +209,8 @@ sub await_cb ($;@) { warn "E: awaitpid($pid): $@" if $@; } -# This relies on our Perl process is single-threaded, or at least -# no threads are spawning and waiting on processes (``, system(), etc...) +# This relies on our Perl process being single-threaded, or at least +# no threads spawning and waiting on processes (``, system(), etc...) # Threads are officially discouraged by the Perl5 team, and I expect # that to remain the case. sub reap_pids { diff --git a/lib/PublicInbox/Daemon.pm b/lib/PublicInbox/Daemon.pm index 30442227..88b0fa45 100644 --- a/lib/PublicInbox/Daemon.pm +++ b/lib/PublicInbox/Daemon.pm @@ -155,7 +155,7 @@ options: -l ADDRESS address to listen on$dh --cert=FILE default SSL/TLS certificate - --key=FILE default SSL/TLS certificate + --key=FILE default SSL/TLS certificate key -W WORKERS number of worker processes to spawn (default: 1) See public-inbox-daemon(8) and $prog(1) man pages for more. -- cgit v1.2.3-24-ge0c7