svn commit: r245949 - head/usr.sbin/watchdogd
Andriy Gapon
avg at FreeBSD.org
Sat Jan 26 21:43:24 UTC 2013
on 26/01/2013 23:29 Ian Lepore said the following:
> @@ -188,7 +196,7 @@ watchdog_loop(void)
> if (watchdog_onoff(0) == 0) {
> end_program = 2;
> } else {
> - warnx("Could not stop the watchdog, not exiting");
> + warnx("Could not stop the watchdog, not exitting");
> end_program = 0;
> }
> }
Stray chunk that introduces a spelling mistake?
--
Andriy Gapon
More information about the svn-src-head
mailing list