]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
watchdog: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 31 Mar 2025 12:26:57 +0000 (21:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 31 Mar 2025 12:27:00 +0000 (21:27 +0900)
Follow-up for ab596e4cde5d4b55be5182a8d5554e3e97366131.

src/shared/watchdog.c

index 5b3f950b80e56402adad86bb63d5de099a0c7268..0da142b51ae1f23b186ec750f48bf112ae01ed85 100644 (file)
@@ -229,7 +229,7 @@ static int watchdog_ping_now(void) {
                 watchdog_last_good_ping = now(CLOCK_BOOTTIME);
                 if (watchdog_bad_pings > 0) {
                         log_struct(LOG_INFO,
-                                   LOG_MESSAGE("Succesfullly pinged hardware watchdog %s after %u attempts: %m",
+                                   LOG_MESSAGE("Successfully pinged hardware watchdog %s after %u attempts: %m",
                                                watchdog_device, watchdog_bad_pings + 1),
                                    "WATCHDOG_DEVICE=%s", watchdog_device);
                         watchdog_bad_pings = 0;