]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 13 May 2022 19:58:47 +0000 (04:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 13 May 2022 19:58:47 +0000 (04:58 +0900)
TODO
src/core/device.c
src/network/networkd-link.c

diff --git a/TODO b/TODO
index 4822cef72fd5bd020411915f0ceef96b128d6baf..01b119fd7ee64e07ec7b37fcbf32678f3e1024e7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -87,7 +87,7 @@ Features:
   are not directly belonging to the user's UID. Goal: we shouldn't place more
   privileged dirs inside of unprivileged dirs, and thus containers really
   should not be placed inside of traditional UNIX home dirs (which are owned by
-  users themselves) but somewher else, that is separate, but still close
+  users themselves) but somewhere else, that is separate, but still close
   by. Inform user code about path to this companion dir via env var, so that
   container managers find it. the ~/.identity file is also a candidate for a
   file to move there, since it is managed by privileged code (i.e. homed) and
index 1a4563a3d9fd85dad108000043dbf71dd5312fc0..4c261ec554dd76182c731b4fe0a109bf14261f61 100644 (file)
@@ -187,7 +187,7 @@ static int device_coldplug(Unit *u) {
          *   Also, there is no deserialized device. Device units are (a) generated based on dependencies of
          *   other units, or (b) generated when uevents are received.
          *
-         * - On switch-root, the udev databse may be cleared, except for devices with sticky bit, i.e.
+         * - On switch-root, the udev database may be cleared, except for devices with sticky bit, i.e.
          *   OPTIONS="db_persist". Hence, almost no devices are enumerated in the step 2. However, in general,
          *   we have several serialized devices. So, DEVICE_FOUND_UDEV bit in the deserialized_found must be
          *   ignored, as udev rules in initramfs and the main system are often different. If the deserialized
index 73850cdea596aa3608b8481097ec84a3e671bbb9..d697210bdc0c6af19e272fd367c3052dbf0c5cba 100644 (file)
@@ -2037,7 +2037,7 @@ static int link_update_master(Link *link, sd_netlink_message *message) {
         if (link->master_ifindex == 0)
                 log_link_debug(link, "Joined to master interface: %i", master_ifindex);
         else if (master_ifindex == 0)
-                log_link_debug(link, "Leaved from master interface: %i", link->master_ifindex);
+                log_link_debug(link, "Left from master interface: %i", link->master_ifindex);
         else
                 log_link_debug(link, "Master interface is changed: %i → %i", link->master_ifindex, master_ifindex);