]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Feb 2025 04:42:00 +0000 (13:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Feb 2025 04:42:09 +0000 (13:42 +0900)
Follow-up for f01132aacfe925d95f3a28841412011c79913967.

test/units/TEST-17-UDEV.device_is_processing.sh

index 5de4aa0b1774008349d047381f6d024af21fc801..7d9106dfeb0a97764e705e4177db59b5d8beb349 100755 (executable)
@@ -61,7 +61,7 @@ done
 # Check if the reexec and reload have finished during processing the event.
 grep -q -F 'ID_PROCESSING=1' "/run/udev/data/n${IFINDEX}"
 
-# Forcibly kill sleep command ivoked by the udev rule to finish processing the add event.
+# Forcibly kill sleep command invoked by the udev rule to finish processing the add event.
 killall sleep
 udevadm settle --timeout=20