]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 10 Apr 2022 15:13:16 +0000 (00:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 10 Apr 2022 15:13:16 +0000 (00:13 +0900)
TODO
src/login/logind-dbus.c
src/shared/btrfs-util.c

diff --git a/TODO b/TODO
index b7080a47e143ff50832f360e4bfedaf981645624..c37836558258e50e79e181e5a4b50475514ecf8b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -140,7 +140,7 @@ Features:
 * mirroring this: maybe support binding to AV_VSOCK in Type=notify services,
   then passing $NOTIFY_SOCKET and $NOTIFY_GUESTCID with PID1's cid (typically
   fixed to "2", i.e. the official host cid) and the expected guest cid, for the
-  two sides of the channe. The latter env var could then be used in an
+  two sides of the channel. The latter env var could then be used in an
   appropriate qemu cmdline. That way qemu payloads could talk sd_notify()
   directly to host service manager.
 
index a9da1e773171ba238eeaafc4e38df82cce3b0373..d26c90264dd3161f34fa0db52b6ee2934a032379 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 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)
index ec5951b52f6f25741ed45c24ad7763977b71bb02..5e3bcbb6e4164ea1f8d4d7bce27007000123d52b 100644 (file)
@@ -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. */