Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/faithd fix tyop



details:   https://anonhg.NetBSD.org/src/rev/b1152e88afbe
branches:  trunk
changeset: 502061:b1152e88afbe
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jan 11 03:28:03 2001 +0000

description:
fix tyop

diffstat:

 usr.sbin/faithd/README   |  2 +-
 usr.sbin/faithd/faithd.c |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 02c6ab5a5a74 -r b1152e88afbe usr.sbin/faithd/README
--- a/usr.sbin/faithd/README    Thu Jan 11 03:05:42 2001 +0000
+++ b/usr.sbin/faithd/README    Thu Jan 11 03:28:03 2001 +0000
@@ -33,7 +33,7 @@
 "src", toward IPv4 node "dest", by specifying FAITH-mapped address
 3ffe:0501:ffff:0000::123.4.5.6
 (which is, 3ffe:0501:ffff:0000:0000:0000:7b04:0506).
-The address mapping can be performed by hand:-), by speical nameserver on
+The address mapping can be performed by hand:-), by special nameserver on
 the network, or by special resolver on the source node.
 
 
diff -r 02c6ab5a5a74 -r b1152e88afbe usr.sbin/faithd/faithd.c
--- a/usr.sbin/faithd/faithd.c  Thu Jan 11 03:05:42 2001 +0000
+++ b/usr.sbin/faithd/faithd.c  Thu Jan 11 03:28:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: faithd.c,v 1.15 2000/10/06 00:13:01 itojun Exp $       */
+/*     $NetBSD: faithd.c,v 1.16 2001/01/11 03:34:12 lukem Exp $        */
 /*     $KAME: faithd.c,v 1.31 2000/10/05 22:20:37 itojun Exp $ */
 
 /*
@@ -357,7 +357,7 @@
        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 */



Home | Main Index | Thread Index | Old Index