diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-03 12:04:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-03 12:04:09 +0000 |
commit | 340ac6a2575eee26bbcd6dec2cfa9bd93723e595 (patch) | |
tree | 02ec3364f6fd78379eef78fad6ee287421119618 /lib | |
parent | ec69e170c20db0ed4e7597414722d275634dac85 (diff) |
compatiblity -> compatibility
decriptor -> descriptor
authentciated -> authenticated
transmition -> transmission
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/clnt_udp.c | 4 | ||||
-rw-r--r-- | lib/libwrap/rfc931.c | 6 |
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. */ |