From 5c2afe09ce8cc9e96d3836cfe93e21fd2e17e3f6 Mon Sep 17 00:00:00 2001 From: delphij Date: Wed, 2 Mar 2011 00:29:14 +0000 Subject: 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 9caf0e9..1745de1 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 */ -- cgit v1.1