svn commit: r245951 - head/usr.sbin/watchdogd

Ian Lepore ian at FreeBSD.org
Sat Jan 26 22:02:41 UTC 2013


Author: ian
Date: Sat Jan 26 22:02:40 2013
New Revision: 245951
URL: http://svnweb.freebsd.org/changeset/base/245951

Log:
  Revert accidental regression to previous misspelling.
  
  Approved by:	cognet (mentor)

Modified:
  head/usr.sbin/watchdogd/watchdogd.c

Modified: head/usr.sbin/watchdogd/watchdogd.c
==============================================================================
--- head/usr.sbin/watchdogd/watchdogd.c	Sat Jan 26 21:50:52 2013	(r245950)
+++ head/usr.sbin/watchdogd/watchdogd.c	Sat Jan 26 22:02:40 2013	(r245951)
@@ -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;
 			}
 		}


More information about the svn-src-all mailing list