]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
autotools: fix typos
authorKarel Zak <kzak@redhat.com>
Mon, 11 Sep 2023 18:27:37 +0000 (20:27 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Nov 2023 09:40:07 +0000 (10:40 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index 7591a896af8dfe3bc3064ee34839acac08056414..826859e1e2146f2173edc566df72548d5bb9e52f 100644 (file)
@@ -1613,7 +1613,7 @@ AS_IF([test "x$have_futimens" = xyes && test "x$have_inotify_init1" = xyes ], [
 
 
 AC_ARG_ENABLE([plymouth_support],
-  AS_HELP_STRING([--disable-plymouth_support], [do not care about plymouth in sylogin(8) and agetty(8)]),
+  AS_HELP_STRING([--disable-plymouth_support], [do not care about plymouth in sulogin(8) and agetty(8)]),
   [], [enable_plymouth_support=check]
 )
 UL_BUILD_INIT([plymouth_support])
@@ -1623,7 +1623,7 @@ UL_REQUIRES_HAVE([plymouth_support], [sock_nonblock], [SOCK_NONBLOCK flag])
 UL_REQUIRES_HAVE([plymouth_support], [so_passcred], [SO_PASSCRED flag])
 AM_CONDITIONAL([USE_PLYMOUTH_SUPPORT], [test "x$build_plymouth_support" = xyes])
 AS_IF([test "x$build_plymouth_support" = xyes ], [
-    AC_DEFINE([USE_PLYMOUTH_SUPPORT], [1], [Enable plymouth support feature for sulogin and aggety])
+    AC_DEFINE([USE_PLYMOUTH_SUPPORT], [1], [Enable plymouth support feature for sulogin and agetty])
 ])