Revert accidental regression to previous misspelling.

Approved by:	cognet (mentor)
This commit is contained in:
Ian Lepore 2013-01-26 22:02:40 +00:00
parent 879aeda7b6
commit 3c5bfb5885
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245951

View File

@ -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;
}
}