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;
                        }
                }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to