From 5ac9a481cdc710f2a665fb13abd271273cb6f1dd Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 16 Feb 2026 14:30:36 +0900 Subject: [PATCH] network: fix typo Follow-up for f8a4c3d375b83f3ee249ca3f4b7f407b618a9491. --- src/network/networkd-wwan-bus.c | 4 ++-- src/network/networkd-wwan.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/network/networkd-wwan-bus.c b/src/network/networkd-wwan-bus.c index e5752726966..b4c63c8b6e0 100644 --- a/src/network/networkd-wwan-bus.c +++ b/src/network/networkd-wwan-bus.c @@ -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); diff --git a/src/network/networkd-wwan.c b/src/network/networkd-wwan.c index 64dd37eb6b1..325d2b02818 100644 --- a/src/network/networkd-wwan.c +++ b/src/network/networkd-wwan.c @@ -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. -- 2.47.3