Author: delphij
Date: Wed Mar  2 00:29:14 2011
New Revision: 219158
URL: http://svn.freebsd.org/changeset/base/219158

Log:
  Correct a typo.
  
  PR:           bin/155175
  Submitted by: Peter J. Philipp <pjp centroid.eu>
  MFC after:    3 days

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

Modified: head/usr.sbin/faithd/faithd.c
==============================================================================
--- head/usr.sbin/faithd/faithd.c       Wed Mar  2 00:24:07 2011        
(r219157)
+++ head/usr.sbin/faithd/faithd.c       Wed Mar  2 00:29:14 2011        
(r219158)
@@ -340,7 +340,7 @@ daemon_main(int argc, char **argv)
        snprintf(logname, sizeof(logname), "faithd %s", service);
        snprintf(procname, sizeof(procname), "accepting port %s", service);
        openlog(logname, LOG_PID | LOG_NOWAIT, LOG_DAEMON);
-       syslog(LOG_INFO, "Staring faith daemon for %s port", service);
+       syslog(LOG_INFO, "Starting faith daemon for %s port", service);
 
        play_service(s_wld);
        /* NOTREACHED */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to