Source-Changes-HG archive

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

[src/trunk]: src/libexec/fingerd typo in message. PR 17528



details:   https://anonhg.NetBSD.org/src/rev/794c2b7e2ff1
branches:  trunk
changeset: 533750:794c2b7e2ff1
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Jul 08 23:01:57 2002 +0000

description:
typo in message.  PR 17528

diffstat:

 libexec/fingerd/fingerd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d40b6025807d -r 794c2b7e2ff1 libexec/fingerd/fingerd.c
--- a/libexec/fingerd/fingerd.c Mon Jul 08 22:49:01 2002 +0000
+++ b/libexec/fingerd/fingerd.c Mon Jul 08 23:01:57 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fingerd.c,v 1.15 2002/05/26 00:02:06 wiz Exp $ */
+/*     $NetBSD: fingerd.c,v 1.16 2002/07/08 23:01:57 itojun Exp $      */
 
 /*
  * Copyright (c) 1983, 1993
@@ -44,7 +44,7 @@
 #if 0
 static char sccsid[] = "from: @(#)fingerd.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: fingerd.c,v 1.15 2002/05/26 00:02:06 wiz Exp $");
+__RCSID("$NetBSD: fingerd.c,v 1.16 2002/07/08 23:01:57 itojun Exp $");
 #endif
 #endif /* not lint */
 
@@ -152,7 +152,7 @@
                        break;
                lp = NULL;
                if (no_forward && strchr(*ap, '@')) {
-                       (void) puts("fowarding service denied\r\n");
+                       (void) puts("forwarding service denied\r\n");
                        exit(1);
                }
 



Home | Main Index | Thread Index | Old Index