From aabc096a4d5da13ca7b37fa8d1cf000cb5d35b0a Mon Sep 17 00:00:00 2001 From: James Douglass Date: Mon, 12 May 2025 11:09:25 -0700 Subject: [PATCH] Correcting typo, chomping line ending. RE:#1919 --- codesigning/signing-worker/logwatch.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codesigning/signing-worker/logwatch.conf b/codesigning/signing-worker/logwatch.conf index 5fa7f308f..de9e6929f 100644 --- a/codesigning/signing-worker/logwatch.conf +++ b/codesigning/signing-worker/logwatch.conf @@ -42,7 +42,7 @@ Encode = none # to an empty string to use the default current locale. If set to a valid # encoding, the input characters are converted to UTF-8, discarding any # illegal characters. Valid encodings are as used by the iconv program, -# and `iconv -l` lists valid character set encodings. +# and `iconv -l` lists valid character set encodings. # Setting CharEncoding to UTF-8 simply discards illegal UTF-8 characters. #CharEncoding = "" @@ -50,7 +50,7 @@ Encode = none # complete email address. Variable Output should be set to mail, or # --output mail should be passed on command line to enable mail feature. MailTo = jdouglass@stanford.edu -# WHen using option --multiemail, it is possible to specify a different +# When using option --multiemail, it is possible to specify a different # email recipient per host processed. For example, to send the report # for hostname host1 to user@example.com, use: #Mailto_host1 = user@example.com