From: Jeremy Harris Date: Sat, 23 Dec 2023 17:44:31 +0000 (+0000) Subject: tidying X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/46ad960434683b3e15eb17edf3b2d748c191fbc4 tidying --- diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 2dab6775a..c261e13c7 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -80,8 +80,8 @@ JH/16 Two-phase queue runs are now reported in the daemon startup log line and in exiwhat output. JH/17 Bug 3064: Fix combination of "-q -R ". Introduction of - the multiple-queue-runners facility for 4.97 broking this, giving only - a one-time run of the queue. + the multiple-queue-runners facility for 4.97 broke this, giving only a + one-time run of the queue. JH/18 Bug 3068: Log a warning for use of deprecated syntax in query-style lookups. @@ -89,7 +89,7 @@ JH/18 Bug 3068: Log a warning for use of deprecated syntax in query-style JH/19 Fix TLS startup. When the last expansion done before the initiation of a TLS session resulted in a forced-fail, a misleading error was logged for the expansino of tls_certificates. This would affect the common case of - that option being set (main-section options) but not having any vriable + that option being set (main-section options) but not having any variable parts. It could also potentially affect tls_privatekeys. The underlyding coding errors go back to 4.90 but were only exposed in 4.97. diff --git a/src/src/daemon.c b/src/src/daemon.c index 3c63c6368..88114d648 100644 --- a/src/src/daemon.c +++ b/src/src/daemon.c @@ -1493,7 +1493,7 @@ if (is_multiple_qrun()) /* we are managing periodic runs */ } else #endif - /* Normal periodic runL in order of run priority, find the first queue + /* Normal periodic run: in order of run priority, find the first queue for which we can start a runner */ for (q = qrunners; q; q = q->next) diff --git a/test/scripts/0000-Basic/0900 b/test/scripts/0000-Basic/0900 index 9e293c6aa..49959a96f 100644 --- a/test/scripts/0000-Basic/0900 +++ b/test/scripts/0000-Basic/0900 @@ -399,7 +399,7 @@ rcpt to: bdat 86 last Subject: send me all your money! -All your bases are belong to us. Send Bitcoins. +All your base are belong to us. Send Bitcoins. QUIT . ??? 250 diff --git a/test/stdout/0900 b/test/stdout/0900 index a5b8d91f8..0c8d7ea40 100644 --- a/test/stdout/0900 +++ b/test/stdout/0900 @@ -563,7 +563,7 @@ Connecting to 127.0.0.1 port 1225 ... connected >>> bdat 86 last >>> Subject: send me all your money! >>> ->>> All your bases are belong to us. Send Bitcoins. +>>> All your base are belong to us. Send Bitcoins. >>> QUIT >>> . ??? 250