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 /include/rpcsvc/yp_prot.h | |
parent | e3565a3a361f3ede9a01fac73743e3f60ebbea82 (diff) |
implimented -> implemented
Diffstat (limited to 'include/rpcsvc/yp_prot.h')
-rw-r--r-- | include/rpcsvc/yp_prot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h index 5eb4691173a..1265927373f 100644 --- a/include/rpcsvc/yp_prot.h +++ b/include/rpcsvc/yp_prot.h @@ -1,4 +1,4 @@ -/* $OpenBSD: yp_prot.h,v 1.3 1998/08/19 05:04:09 deraadt Exp $ */ +/* $OpenBSD: yp_prot.h,v 1.4 2000/03/15 03:56:48 todd Exp $ */ /* $NetBSD: yp_prot.h,v 1.6 1995/07/14 21:10:58 christos Exp $ */ /* @@ -285,8 +285,8 @@ struct ypbind_setdom { * is supplied to ypxfr as a command-line parameter when it * is activated by ypserv." * - * This protocol is not implimented, naturally, because this YP - * implimentation only does the client side. + * This protocol is not implemented, naturally, because this YP + * implementation only does the client side. */ #define YPPUSHVERS ((u_long)1) #define YPPUSHVERS_ORIG ((u_long)1) |