aboutsummaryrefslogtreecommitdiff
path: root/src/include/gssrpc/clnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gssrpc/clnt.h')
-rw-r--r--src/include/gssrpc/clnt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gssrpc/clnt.h b/src/include/gssrpc/clnt.h
index 6a4a1e1..e5af80d 100644
--- a/src/include/gssrpc/clnt.h
+++ b/src/include/gssrpc/clnt.h
@@ -93,8 +93,8 @@ struct rpc_err {
int RE_errno; /* realated system error */
enum auth_stat RE_why; /* why the auth error occurred */
struct {
- rpcvers_t low; /* lowest verion supported */
- rpcvers_t high; /* highest verion supported */
+ rpcvers_t low; /* lowest version supported */
+ rpcvers_t high; /* highest version supported */
} RE_vers;
struct { /* maybe meaningful if RPC_FAILED */
int32_t s1;
@@ -226,7 +226,7 @@ typedef struct CLIENT {
/*
- * RPCTEST is a test program which is accessable on every rpc
+ * RPCTEST is a test program which is accessible on every rpc
* transport/port. It is used for testing, performance evaluation,
* and network administration.
*/