From: Yu Watanabe Date: Mon, 31 Mar 2025 12:26:57 +0000 (+0900) Subject: watchdog: fix typo X-Git-Tag: v258-rc1~986 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=072ebe3ece6e52e74f544c67bce6df80608db0d1;p=thirdparty%2Fsystemd.git watchdog: fix typo Follow-up for ab596e4cde5d4b55be5182a8d5554e3e97366131. --- diff --git a/src/shared/watchdog.c b/src/shared/watchdog.c index 5b3f950b80e..0da142b51ae 100644 --- a/src/shared/watchdog.c +++ b/src/shared/watchdog.c @@ -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;