diff options
author | margarida <margarida@cvs.openbsd.org> | 2003-03-16 00:34:02 +0000 |
---|---|---|
committer | margarida <margarida@cvs.openbsd.org> | 2003-03-16 00:34:02 +0000 |
commit | d6435246ca7a61df2f527bdf2b389f13663a4245 (patch) | |
tree | ab524c3ffac04ef69b3a3712dcefe08583910084 /include/rpc/clnt.h | |
parent | e7316373c427d0985b3a4f1f789994779f298890 (diff) |
realated -> related
Diffstat (limited to 'include/rpc/clnt.h')
-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 01edc54f7f1..353cb6334d4 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: clnt.h,v 1.8 2003/03/14 04:58:10 margarida Exp $ */ +/* $OpenBSD: clnt.h,v 1.9 2003/03/16 00:34:01 margarida Exp $ */ /* $NetBSD: clnt.h,v 1.6 1995/04/29 05:27:58 cgd Exp $ */ /* @@ -93,7 +93,7 @@ enum clnt_stat { struct rpc_err { enum clnt_stat re_status; union { - int RE_errno; /* realated system error */ + int RE_errno; /* related system error */ enum auth_stat RE_why; /* why the auth error occurred */ struct { u_int32_t low; /* lowest verion supported */ |