]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix typo in NEWS
authorBernhard Voelker <mail@bernhard-voelker.de>
Tue, 15 Aug 2023 11:35:13 +0000 (13:35 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Tue, 15 Aug 2023 11:35:13 +0000 (13:35 +0200)
* NEWS: s|/who/log/wtmp|/var/log/tmp|, introduced in commit 85edb4afbd1.

NEWS

diff --git a/NEWS b/NEWS
index 7200b51cb86ca4747355fff836f33cd3a95d7000..3a06f4b30e6f83a1618e26d3a46afa28d9161b1e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -96,7 +96,7 @@ GNU coreutils NEWS                                    -*- outline -*-
   so long as systemd is installed, you configure with a new, experimental
   option --enable-systemd, and you use the programs without file arguments.
   (For example, with systemd 'who /var/log/wtmp' does not work because
-  systemd does not support the equivalent of /who/log/wtmp.)
+  systemd does not support the equivalent of /var/log/wtmp.)
 
 
 * Noteworthy changes in release 9.3 (2023-04-18) [stable]