summaryrefslogtreecommitdiffstats
path: root/lib
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
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')
-rw-r--r--lib/libc/rpc/clnt_udp.c4
-rw-r--r--lib/libwrap/rfc931.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/rpc/clnt_udp.c b/lib/libc/rpc/clnt_udp.c
index 3ee71861e09..5a5f9c3a038 100644
--- a/lib/libc/rpc/clnt_udp.c
+++ b/lib/libc/rpc/clnt_udp.c
@@ -28,7 +28,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: clnt_udp.c,v 1.17 2001/09/15 13:51:00 deraadt Exp $";
+static char *rcsid = "$OpenBSD: clnt_udp.c,v 1.18 2002/06/03 12:04:08 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -97,7 +97,7 @@ struct cu_data {
* Caller may wish to set this something more useful.
*
* wait is the amount of time used between retransmitting a call if
- * no response has been heard; retransmition occurs until the actual
+ * no response has been heard; retransmission occurs until the actual
* rpc call times out.
*
* sendsz and recvsz are the maximum allowable packet sizes that can be
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.
*/