]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 5 Jan 2024 10:07:37 +0000 (19:07 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 5 Jan 2024 10:08:12 +0000 (19:08 +0900)
Follow-up for 995bf013a1959d4fb5aed8b135740490888fc196.

test/units/testsuite-07.exec-deserialization.sh

index a0aa5809fcc7e68997027968a1b7b8671a974860..04f17c88e9dbcfc3552aaec1d4694fdfdc621592 100755 (executable)
@@ -92,7 +92,7 @@ testcase_added_before() {
     # Add one new ExecStart= before the existing ones.
     #
     # Since, after reload, we should continue running from the "sleep 3" statement, the newly added "echo
-    # bar" one will have no efect and we should end up with the same output as in the previous case.
+    # bar" one will have no effect and we should end up with the same output as in the previous case.
     cat >"$unit_path" <<EOF
 [Service]
 Type=oneshot
@@ -167,7 +167,7 @@ testcase_removal() {
 
     # Remove the currently executed ExecStart= line.
     #
-    # In this case we completely drop the currently excuted "sleep 3" statement, so after reload systemd
+    # In this case we completely drop the currently executed "sleep 3" statement, so after reload systemd
     # should complain that the currently executed command vanished and simply finish executing the unit,
     # resulting in an empty log.
     cat >"$unit_path" <<EOF