From 42ff7995baf04ee8e78b3403b5497d54fe893b70 Mon Sep 17 00:00:00 2001 From: alfred Date: Fri, 18 Jan 2013 02:36:06 +0000 Subject: Spelling: exitting -> exiting MFC after: 2 weeks --- usr.sbin/watchdogd/watchdogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/watchdogd') diff --git a/usr.sbin/watchdogd/watchdogd.c b/usr.sbin/watchdogd/watchdogd.c index 8194f96..8109aa1 100644 --- a/usr.sbin/watchdogd/watchdogd.c +++ b/usr.sbin/watchdogd/watchdogd.c @@ -188,7 +188,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