/* 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 */
/*
* 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);
* 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.