aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2013-01-26 22:02:40 +0000
committerIan Lepore <ian@FreeBSD.org>2013-01-26 22:02:40 +0000
commit3c5bfb5885bc3205a7af00ef88397c92e775e54b (patch)
tree200630038ac409eb40c157771bf6c54faf289eeb /usr.sbin
parent879aeda7b64056f2d78bfcdba53983bcf09d5212 (diff)
downloadsrc-3c5bfb5885bc3205a7af00ef88397c92e775e54b.tar.gz
src-3c5bfb5885bc3205a7af00ef88397c92e775e54b.zip
Revert accidental regression to previous misspelling.
Approved by: cognet (mentor)
Notes
Notes: svn path=/head/; revision=245951
Diffstat (limited to 'usr.sbin')
-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 47c9e7d8b9ac..50bdd91fa79d 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;
}
}