summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watchdogd
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2013-01-18 02:36:06 +0000
committeralfred <alfred@FreeBSD.org>2013-01-18 02:36:06 +0000
commit42ff7995baf04ee8e78b3403b5497d54fe893b70 (patch)
tree30c3a2615638e38d3c51641fa07699a03ce122b5 /usr.sbin/watchdogd
parent2a54ee62b3fb5d0e9bf39d81edd2cc14a56166a4 (diff)
downloadFreeBSD-src-42ff7995baf04ee8e78b3403b5497d54fe893b70.zip
FreeBSD-src-42ff7995baf04ee8e78b3403b5497d54fe893b70.tar.gz
Spelling: exitting -> exiting
MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/watchdogd')
-rw-r--r--usr.sbin/watchdogd/watchdogd.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}
OpenPOWER on IntegriCloud