summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-03-02 00:29:14 +0000
committerdelphij <delphij@FreeBSD.org>2011-03-02 00:29:14 +0000
commit5c2afe09ce8cc9e96d3836cfe93e21fd2e17e3f6 (patch)
tree1ed6bba489705190a17f8bd60d5d95026c74f52d
parent819143a80afe0fe0640b92c55e1ade6182863fe3 (diff)
downloadFreeBSD-src-5c2afe09ce8cc9e96d3836cfe93e21fd2e17e3f6.zip
FreeBSD-src-5c2afe09ce8cc9e96d3836cfe93e21fd2e17e3f6.tar.gz
Correct a typo.
PR: bin/155175 Submitted by: Peter J. Philipp <pjp centroid.eu> MFC after: 3 days
-rw-r--r--usr.sbin/faithd/faithd.c2
1 files changed, 1 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud