summaryrefslogtreecommitdiff
path: root/usr.sbin/watchdogd
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2013-01-18 02:36:06 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2013-01-18 02:36:06 +0000
commitb6473670615dc58ff07cb2ddcc7759db2290be62 (patch)
tree30c3a2615638e38d3c51641fa07699a03ce122b5 /usr.sbin/watchdogd
parentefcc2a30547c400649a351e85e6cd97dab8f3817 (diff)
downloadsrc-test-b6473670615dc58ff07cb2ddcc7759db2290be62.tar.gz
src-test-b6473670615dc58ff07cb2ddcc7759db2290be62.zip
Spelling: exitting -> exiting
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=245584
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 8194f963a56ac..8109aa1c0dbf9 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;
}
}