From 513631a757a25ff8dae5bd562ff844c3db019aed Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 11 Apr 2022 02:29:49 +0900 Subject: [PATCH] fix typo --- src/login/logind-dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c index d26c90264dd..914e56bd776 100644 --- a/src/login/logind-dbus.c +++ b/src/login/logind-dbus.c @@ -2794,7 +2794,7 @@ static int property_get_reboot_to_boot_loader_menu( r = getenv_bool("SYSTEMD_REBOOT_TO_BOOT_LOADER_MENU"); if (r == -ENXIO) { - /* EFI case: returns the current value of LoaderConfigTimeoutOneShot. Three cases are distiinguished: + /* EFI case: returns the current value of LoaderConfigTimeoutOneShot. Three cases are distinguished: * * 1. Variable not set, boot into boot loader menu is not enabled (we return UINT64_MAX to the user) * 2. Variable set to "0", boot into boot loader menu is enabled with no timeout (we return 0 to the user) -- 2.47.3