Spelling: exitting -> exiting

MFC after:	2 weeks
This commit is contained in:
Alfred Perlstein 2013-01-18 02:36:06 +00:00
parent efcc2a3054
commit b647367061

View File

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