diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-15 03:56:50 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-15 03:56:50 +0000 |
commit | 89831fa030a66e29257f1b987edd3b1d05be0dcc (patch) | |
tree | 6efef3c95f127a689071f81f8e749f34fedd569b /lib | |
parent | e3565a3a361f3ede9a01fac73743e3f60ebbea82 (diff) |
implimented -> implemented
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/yp/yp_order.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/yp/yp_order.c b/lib/libc/yp/yp_order.c index 458a40849fc..9e864b13693 100644 --- a/lib/libc/yp/yp_order.c +++ b/lib/libc/yp/yp_order.c @@ -30,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yp_order.c,v 1.5 1996/08/19 08:35:11 tholo Exp $"; +static char *rcsid = "$OpenBSD: yp_order.c,v 1.6 2000/03/15 03:56:48 todd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> @@ -82,7 +82,7 @@ again: xdr_ypreq_nokey, &yprnk, xdr_ypresp_order, &ypro, tv); /* * XXX - * NIS+ YP emulation package does not impliment YPPROC_ORDER + * NIS+ YP emulation package does not implement YPPROC_ORDER */ if (r == RPC_PROCUNAVAIL) { r = YPERR_YPERR; |