summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-02-24 17:00:02 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-02-24 17:00:02 +0000
commit8c4642216165c644e3cc7b6eca82cce9bf6eec01 (patch)
treee65214e1c9c86f80913eb152aeb9249bce150739 /libexec
parenta0e74273e45006599be24aa79c3886ca0ed16e76 (diff)
fowarding -> forwarding
Diffstat (limited to 'libexec')
-rw-r--r--libexec/fingerd/fingerd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c
index 637061da018..26ded731aca 100644
--- a/libexec/fingerd/fingerd.c
+++ b/libexec/fingerd/fingerd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fingerd.c,v 1.12 1997/11/21 01:01:44 gene Exp $ */
+/* $OpenBSD: fingerd.c,v 1.13 1999/02/24 17:00:01 aaron Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -43,7 +43,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "from: @(#)fingerd.c 8.1 (Berkeley) 6/4/93";
#else
-static char rcsid[] = "$OpenBSD: fingerd.c,v 1.12 1997/11/21 01:01:44 gene Exp $";
+static char rcsid[] = "$OpenBSD: fingerd.c,v 1.13 1999/02/24 17:00:01 aaron Exp $";
#endif
#endif /* not lint */
@@ -167,7 +167,7 @@ main(argc, argv)
break;
lp = NULL;
if (secure && strchr(*ap, '@')) {
- (void) puts("fowarding service denied\r");
+ (void) puts("forwarding service denied\r");
exit(1);
}