summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-04-10 17:13:16 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-04-10 17:13:16 +0200
commit3a258d3a47a75f225ddfd6942d2fd3429afa4d38 (patch)
tree55e6d1051f092ace573c844b61122fe21cdc643c /src
parentEnsure dns_search_domain_unlink_marked removes all marked domains (diff)
downloadsystemd-3a258d3a47a75f225ddfd6942d2fd3429afa4d38.tar.xz
systemd-3a258d3a47a75f225ddfd6942d2fd3429afa4d38.zip
fix typo
Diffstat (limited to '')
-rw-r--r--src/login/logind-dbus.c2
-rw-r--r--src/shared/btrfs-util.c2
2 files changed, 2 insertions, 2 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)
diff --git a/src/shared/btrfs-util.c b/src/shared/btrfs-util.c
index ec5951b52f..5e3bcbb6e4 100644
--- a/src/shared/btrfs-util.c
+++ b/src/shared/btrfs-util.c
@@ -659,7 +659,7 @@ int btrfs_subvol_find_subtree_qgroup(int fd, uint64_t subvol_id, uint64_t *ret)
* prepared with btrfs_subvol_auto_qgroup_fd() with
* insert_intermediary_qgroup=true (or equivalent). For others
* it will return the leaf qgroup instead. The two cases may
- * be distuingished via the return value, which is 1 in case
+ * be distinguished via the return value, which is 1 in case
* an appropriate "subtree" qgroup was found, and 0
* otherwise. */