diff --git a/src/boot/efi/console.c b/src/boot/efi/console.c index 89fbd942587..86cd15a2352 100644 --- a/src/boot/efi/console.c +++ b/src/boot/efi/console.c @@ -32,7 +32,7 @@ static inline void EventClosep(EFI_EVENT *event) { * Also, multiple input protocols can be backed by the same device, but they can be out of * sync. Falling back on a different protocol can end up with double input. * - * Therefore, we will perferrably use TextInputEx for ConIn if that is available. Additionally, + * Therefore, we will preferably use TextInputEx for ConIn if that is available. Additionally, * we look for the first TextInputEx device the firmware gives us as a fallback option. It * will replace ConInEx permanently if it ever reports a key press. * Lastly, a timer event allows us to provide a input timeout without having to call into diff --git a/src/core/service.c b/src/core/service.c index b8430eae965..88307fa1a5d 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -1468,8 +1468,8 @@ static int service_create_monitor_md_env(Job *j, char **ret) { * * For example: * - * MONITOR_METADATA="SERVICE_RESULT=exit-code,EXIT_CODE=exited,EXIT_STATUS=1,INVOCATION_ID=02dd868af2f344b18edaf74b618b2f90,UNIT=failer.service; - * SERVICE_RESULT=exit-code,EXIT_CODE=exited,EXIT_STATUS=1,INVOCATION_ID=80cb228bd7344f77a090eda603a3cfe2,UNIT=failer2.service" + * MONITOR_METADATA="SERVICE_RESULT=exit-code,EXIT_CODE=exited,EXIT_STATUS=1,INVOCATION_ID=02dd868af2f344b18edaf74b618b2f90,UNIT=failure.service; + * SERVICE_RESULT=exit-code,EXIT_CODE=exited,EXIT_STATUS=1,INVOCATION_ID=80cb228bd7344f77a090eda603a3cfe2,UNIT=failure2.service" */ LIST_FOREACH(triggered_by, tu, j->triggered_by) { diff --git a/src/network/networkd-setlink.c b/src/network/networkd-setlink.c index 2b659e8f368..b9fd1d749e7 100644 --- a/src/network/networkd-setlink.c +++ b/src/network/networkd-setlink.c @@ -1173,7 +1173,7 @@ static bool link_is_ready_to_bring_up_or_down(Link *link, bool up) { if (up && link->dsa_master_ifindex > 0) { Link *master; - /* The master inteface must be up. See comments in link_up_dsa_slave(). */ + /* The master interface must be up. See comments in link_up_dsa_slave(). */ if (link_get_by_index(link->manager, link->dsa_master_ifindex, &master) < 0) return false; diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c index 836a7789fb7..ea4d548f60d 100644 --- a/src/udev/udev-rules.c +++ b/src/udev/udev-rules.c @@ -1733,7 +1733,7 @@ static int udev_rule_apply_token_to_event( event->program_result = mfree(event->program_result); (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); if (truncated) { - log_rule_debug(dev, rules, "The command '%s' is trucated while substituting into '%s', " + log_rule_debug(dev, rules, "The command '%s' is truncated while substituting into '%s', " "assuming the PROGRAM key does not match.", buf, token->value); return false; } diff --git a/test/units/testsuite-68.sh b/test/units/testsuite-68.sh index 1ac244bc5f3..15e2e0353fd 100755 --- a/test/units/testsuite-68.sh +++ b/test/units/testsuite-68.sh @@ -39,7 +39,7 @@ EOF # Another service which triggers testservice-failure-exit-handler-68.service cat >/run/systemd/system/testservice-failure-68-additional.service <