]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: add missing 'not'
authorLennart Poettering <lennart@poettering.net>
Thu, 13 Dec 2018 15:53:40 +0000 (16:53 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 17 Dec 2018 19:51:11 +0000 (20:51 +0100)
NEWS

diff --git a/NEWS b/NEWS
index ba69ec02b23acb99431a2ca3e8d638850f221253..f74e0f112728e63da22903cc286426fe78d12b2f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -134,7 +134,7 @@ CHANGES WITH 240 in spe:
         * The signal to use as last step of killing of unit processes is now
           configurable. Previously it was hard-coded to SIGKILL, which may now
           be overridden with the new KillSignal= setting. Note that this is the
-          signal used when regular termination (i.e. SIGTERM) does suffice.
+          signal used when regular termination (i.e. SIGTERM) does not suffice.
           Similarly, the signal used when aborting a program in case of a
           watchdog timeout may now be configured too (WatchdogSignal=).