From: Yu Watanabe Date: Sun, 10 Apr 2022 17:29:49 +0000 (+0900) Subject: fix typo X-Git-Tag: v251-rc2~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=513631a757a25ff8dae5bd562ff844c3db019aed;p=thirdparty%2Fsystemd.git fix typo --- 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)