diff options
author | margarida <margarida@cvs.openbsd.org> | 2003-03-14 04:58:12 +0000 |
---|---|---|
committer | margarida <margarida@cvs.openbsd.org> | 2003-03-14 04:58:12 +0000 |
commit | 603c6d24a7dc4ecb45e7a895c3acf7c74be92021 (patch) | |
tree | 0e2170c5a94d784b4a2115d26af07e07c82946dd /include/rpc | |
parent | b7e1c84a9838a0d143a6f5729037fc2db3d6246a (diff) |
unkown -> unknown
ok millert@
Diffstat (limited to 'include/rpc')
-rw-r--r-- | include/rpc/clnt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h index 46b402711b7..01edc54f7f1 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: clnt.h,v 1.7 2002/02/17 19:42:21 millert Exp $ */ +/* $OpenBSD: clnt.h,v 1.8 2003/03/14 04:58:10 margarida Exp $ */ /* $NetBSD: clnt.h,v 1.6 1995/04/29 05:27:58 cgd Exp $ */ /* @@ -73,7 +73,7 @@ enum clnt_stat { * callrpc & clnt_create errors */ RPC_UNKNOWNHOST=13, /* unknown host name */ - RPC_UNKNOWNPROTO=17, /* unkown protocol */ + RPC_UNKNOWNPROTO=17, /* unknown protocol */ /* * _ create errors |