From 2c49431420a147bb37a5d16558a534e64d886d7c Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 26 Jan 2013 22:02:40 +0000 Subject: Revert accidental regression to previous misspelling. Approved by: cognet (mentor) --- usr.sbin/watchdogd/watchdogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/watchdogd/watchdogd.c b/usr.sbin/watchdogd/watchdogd.c index 47c9e7d..50bdd91 100644 --- a/usr.sbin/watchdogd/watchdogd.c +++ b/usr.sbin/watchdogd/watchdogd.c @@ -196,7 +196,7 @@ watchdog_loop(void) if (watchdog_onoff(0) == 0) { end_program = 2; } else { - warnx("Could not stop the watchdog, not exitting"); + warnx("Could not stop the watchdog, not exiting"); end_program = 0; } } -- cgit v1.1