From c2e12e3f942be786175e1eef0bfbbee240641db3 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Wed, 2 Mar 2011 00:29:14 +0000 Subject: [PATCH] Correct a typo. PR: bin/155175 Submitted by: Peter J. Philipp MFC after: 3 days --- usr.sbin/faithd/faithd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/faithd/faithd.c b/usr.sbin/faithd/faithd.c index 9caf0e9f8f3..1745de1f6b1 100644 --- a/usr.sbin/faithd/faithd.c +++ b/usr.sbin/faithd/faithd.c @@ -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 */