]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Typo in configuration help
authoredupont <emeric.dupont@agol.org>
Fri, 1 Feb 2019 21:57:34 +0000 (22:57 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Feb 2019 21:57:34 +0000 (22:57 +0100)
configure.ac

index 0bf422cda228fc2b628ea8c03b3c2b9951c6d937..4c28ccc7a51d6a931b153d95f05003e8286bdac6 100644 (file)
@@ -1435,7 +1435,7 @@ AS_IF([test "x$have_futimens" = xyes -a "x$have_inotify_init1" = xyes ], [
 
 
 AC_ARG_ENABLE([plymouth_support],
-  AS_HELP_STRING([--disable-plymouth_support], [don not care about plymouth in sylogin(8) and agetty(8)]),
+  AS_HELP_STRING([--disable-plymouth_support], [do not care about plymouth in sylogin(8) and agetty(8)]),
   [], [enable_plymouth_support=check]
 )
 UL_BUILD_INIT([plymouth_support])