summaryrefslogtreecommitdiffstats
path: root/lib/libwrap
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-06-03 12:04:06 +0000
committerderaadt <deraadt@openbsd.org>2002-06-03 12:04:06 +0000
commitc6f92b9468989b7883b3a482d88f917fedec8032 (patch)
treead94d00e4b14edfb05ca88fde9a2d99f07eb9343 /lib/libwrap
parentvolatile sig_atomic_t (diff)
downloadwireguard-openbsd-c6f92b9468989b7883b3a482d88f917fedec8032.tar.xz
wireguard-openbsd-c6f92b9468989b7883b3a482d88f917fedec8032.zip
compatiblity -> compatibility
decriptor -> descriptor authentciated -> authenticated transmition -> transmission
Diffstat (limited to 'lib/libwrap')
-rw-r--r--lib/libwrap/rfc931.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libwrap/rfc931.c b/lib/libwrap/rfc931.c
index 951907adf47..d3c3f6d886c 100644
--- a/lib/libwrap/rfc931.c
+++ b/lib/libwrap/rfc931.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rfc931.c,v 1.7 2002/04/25 10:58:39 mpech Exp $ */
+/* $OpenBSD: rfc931.c,v 1.8 2002/06/03 12:04:08 deraadt Exp $ */
/* rfc1413 does an attempt at an ident query to a client. Originally written
* by Wietse Venema, rewritten by Bob Beck <beck@openbsd.org> to avoid
@@ -6,7 +6,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: rfc931.c,v 1.7 2002/04/25 10:58:39 mpech Exp $";
+static char rcsid[] = "$OpenBSD: rfc931.c,v 1.8 2002/06/03 12:04:08 deraadt Exp $";
#endif
#include <stdio.h>
@@ -39,7 +39,7 @@ timeout(s)
}
/*
- * The old rfc931 from original libwrap for compatiblity. Now it calls
+ * The old rfc931 from original libwrap for compatibility. Now it calls
* rfc1413 with the default global parameters, but puts in the string
* "unknown" (from global unknown) on failure just like the original.
*/