summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-01-26 22:02:40 +0000
committerian <ian@FreeBSD.org>2013-01-26 22:02:40 +0000
commit2c49431420a147bb37a5d16558a534e64d886d7c (patch)
tree200630038ac409eb40c157771bf6c54faf289eeb
parent440e8ae3c8d4ae8be087ea7161e68363563cc4b8 (diff)
downloadFreeBSD-src-2c49431420a147bb37a5d16558a534e64d886d7c.zip
FreeBSD-src-2c49431420a147bb37a5d16558a534e64d886d7c.tar.gz
Revert accidental regression to previous misspelling.
Approved by: cognet (mentor)
-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 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;
}
}
OpenPOWER on IntegriCloud