From 51fddb16638279054923cb64538a8a78fc1223af Mon Sep 17 00:00:00 2001 From: margarida <> Date: Sun, 16 Mar 2003 00:34:01 +0000 Subject: [PATCH] realated -> related --- src/include/rpc/clnt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/rpc/clnt.h b/src/include/rpc/clnt.h index 01edc54f..353cb633 100644 --- a/src/include/rpc/clnt.h +++ b/src/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 */