about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2023-08-28 12:42:46 +0200
committerEric Wong <e@80x24.org>2023-08-28 21:32:31 +0000
commitbd74fefce24f1a9a7b6d3a7f1e17237a67e9d1d4 (patch)
treedf8fea1e323392e75173b805269159e5810b3f11 /script
parentda72fa0c8e3257ca6467bd9999cbb77a31ac4d13 (diff)
downloadpublic-inbox-bd74fefce24f1a9a7b6d3a7f1e17237a67e9d1d4.tar.gz
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-mda4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/public-inbox-mda b/script/public-inbox-mda
index 7e2bee92..ba498956 100755
--- a/script/public-inbox-mda
+++ b/script/public-inbox-mda
@@ -33,8 +33,8 @@ use PublicInbox::Filter::Base;
 use PublicInbox::InboxWritable;
 use PublicInbox::Spamcheck;
 
-# n.b: hopefully we can setup the emergency path without bailing due to
-# user error, we really want to setup the emergency destination ASAP
+# n.b.: Hopefully we can set up the emergency path without bailing due to
+# user error, we really want to set up the emergency destination ASAP
 # in case there's bugs in our code or user error.
 my $emergency = $ENV{PI_EMERGENCY} || "$ENV{HOME}/.public-inbox/emergency/";
 $ems = PublicInbox::Emergency->new($emergency);