diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-02 04:57:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-02 04:57:00 +0000 |
commit | 7b5fbdb4cf52025582912373b9c28622cba1f542 (patch) | |
tree | a38eab7664d36c961f722d61a54fcb1f4589f4b2 /usr.sbin/faithd/faithd.c | |
parent | 0d0ebe0388bd8745ed2407c6b044fd6d9cb88148 (diff) |
fix typo; spotted by Peter J. Philipp
Diffstat (limited to 'usr.sbin/faithd/faithd.c')
-rw-r--r-- | usr.sbin/faithd/faithd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/faithd/faithd.c b/usr.sbin/faithd/faithd.c index a65e172d9a8..8d0df583a06 100644 --- a/usr.sbin/faithd/faithd.c +++ b/usr.sbin/faithd/faithd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: faithd.c,v 1.30 2009/06/26 09:51:29 claudio Exp $ */ +/* $OpenBSD: faithd.c,v 1.31 2011/03/02 04:56:59 deraadt Exp $ */ /* $KAME: faithd.c,v 1.58 2002/09/08 01:12:30 itojun Exp $ */ /* @@ -346,7 +346,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 */ |