]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Feb 2026 05:30:36 +0000 (14:30 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Feb 2026 05:30:38 +0000 (14:30 +0900)
Follow-up for f8a4c3d375b83f3ee249ca3f4b7f407b618a9491.

src/network/networkd-wwan-bus.c
src/network/networkd-wwan.c

index e5752726966da13aa8f5449196dc9a2405e7fb93..b4c63c8b6e0178293a7394e2c3520321205be4fd 100644 (file)
@@ -669,7 +669,7 @@ static void modem_simple_connect(Modem *modem) {
 
         /* Check if .network file found at all */
         if (!link->network)
-                return (void) log_debug("ModemManager: no .network file provideded for %s",
+                return (void) log_debug("ModemManager: no .network file provided for %s",
                                         modem->port_name);
 
         /* Check if we are provided with simple connection properties */
@@ -1309,7 +1309,7 @@ int manager_notify_mm_bus_connected(Manager *m) {
         /*
          * Called on D-Bus connected.
          * Check if ModemManager is available. If it is then initialize.
-         * If not then wait for the serivce to be available.
+         * If not then wait for the service to be available.
          */
         assert(m);
         assert(sd_bus_is_ready(m->bus) > 0);
index 64dd37eb6b13a085c57ca0b3ff9480747a6eff6a..325d2b028188b14a7a696d2e3278c4fa51c6af6d 100644 (file)
@@ -111,7 +111,7 @@ int bearer_set_name(Bearer *b, const char *name) {
          * registered in the hash map: if simple connect options
          * are changed, e.g. externally modified .network file and then
          * reloaded with 'networkctl reload'. This may create a new bearer
-         * attached to the same inerface name, e.g. "wwan0". The order in which
+         * attached to the same interface name, e.g. "wwan0". The order in which
          * we parse the bearer properties is undetermined and it can be that we
          * need to raplce the old one with the new one now, so only one bearer
          * with the given interface name exists.