diff options
author | ian <ian@FreeBSD.org> | 2013-01-26 22:02:40 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2013-01-26 22:02:40 +0000 |
commit | 2c49431420a147bb37a5d16558a534e64d886d7c (patch) | |
tree | 200630038ac409eb40c157771bf6c54faf289eeb /usr.sbin/watchdogd | |
parent | 440e8ae3c8d4ae8be087ea7161e68363563cc4b8 (diff) | |
download | FreeBSD-src-2c49431420a147bb37a5d16558a534e64d886d7c.zip FreeBSD-src-2c49431420a147bb37a5d16558a534e64d886d7c.tar.gz |
Revert accidental regression to previous misspelling.
Approved by: cognet (mentor)
Diffstat (limited to 'usr.sbin/watchdogd')
-rw-r--r-- | usr.sbin/watchdogd/watchdogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |