]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 10 Apr 2022 17:29:49 +0000 (02:29 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 10 Apr 2022 17:30:29 +0000 (02:30 +0900)
src/login/logind-dbus.c

index d26c90264dd3161f34fa0db52b6ee2934a032379..914e56bd7765f486e044715c3ef5af0901cc05da 100644 (file)
@@ -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)