From 0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86 Mon Sep 17 00:00:00 2001 From: todd <> Date: Thu, 4 Jan 2001 21:45:31 +0000 Subject: grammer/spelling --- src/lib/libc/net/ipx_addr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/net/ipx_addr.c') diff --git a/src/lib/libc/net/ipx_addr.c b/src/lib/libc/net/ipx_addr.c index a76e03e913..9c9fe651cd 100644 --- a/src/lib/libc/net/ipx_addr.c +++ b/src/lib/libc/net/ipx_addr.c @@ -37,7 +37,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: ipx_addr.c,v 1.3 1997/07/09 01:08:39 millert Exp $"; +static char rcsid[] = "$OpenBSD: ipx_addr.c,v 1.4 2001/01/04 21:45:30 todd Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -64,7 +64,7 @@ ipx_addr(name) * First, figure out what he intends as a field separtor. * Despite the way this routine is written, the prefered * form 2-272.AA001234H.01777, i.e. XDE standard. - * Great efforts are made to insure backward compatability. + * Great efforts are made to insure backward compatibility. */ if ((hostname = strchr(buf, '#'))) separator = '#'; -- cgit v1.2.3-55-g6feb