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

Alfred Perlstein alfred at FreeBSD.org
Fri Jan 18 02:36:07 UTC 2013


Author: alfred
Date: Fri Jan 18 02:36:06 2013
New Revision: 245584
URL: http://svnweb.freebsd.org/changeset/base/245584

Log:
  Spelling: exitting -> exiting
  
  MFC after:	2 weeks

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

Modified: head/usr.sbin/watchdogd/watchdogd.c
==============================================================================
--- head/usr.sbin/watchdogd/watchdogd.c	Fri Jan 18 00:26:54 2013	(r245583)
+++ head/usr.sbin/watchdogd/watchdogd.c	Fri Jan 18 02:36:06 2013	(r245584)
@@ -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;
 			}
 		}


More information about the svn-src-all mailing list