summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-04-11 00:13:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-04-11 00:13:16 +0900
commit3a258d3a47a75f225ddfd6942d2fd3429afa4d38 (patch)
tree55e6d1051f092ace573c844b61122fe21cdc643c /src/login
parent1196b6a2e61075c029cb959f1e866af04e01fbe4 (diff)
downloadsystemd-3a258d3a47a75f225ddfd6942d2fd3429afa4d38.tar.gz
fix typo
Diffstat (limited to 'src/login')
-rw-r--r--src/login/logind-dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c
index a9da1e7731..d26c90264d 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 distuingished:
+ /* EFI case: returns the current value of LoaderConfigTimeoutOneShot. Three cases are distiinguished:
*
* 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)