diff options
author | 2003-03-16 00:34:01 +0000 | |
---|---|---|
committer | 2003-03-16 00:34:01 +0000 | |
commit | 461ddd8225578d3b69def027a9e688a187e84a0e (patch) | |
tree | ef1558f17e9270509d6f18b028d2eab7e8eb5d29 | |
parent | typos (diff) | |
download | wireguard-openbsd-461ddd8225578d3b69def027a9e688a187e84a0e.tar.xz wireguard-openbsd-461ddd8225578d3b69def027a9e688a187e84a0e.zip |
realated -> related
-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 */ |