diff options
author | schweikh <schweikh@FreeBSD.org> | 2010-01-27 21:01:21 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2010-01-27 21:01:21 +0000 |
commit | a68a9ea3fc5acbe694890fb7c13f3c431cb262c1 (patch) | |
tree | ae3b628cfbad6a33cbcaa2a6a720b5cfb2b5dc4e /lib/librpcsec_gss/rpcsec_gss.3 | |
parent | 2c4f8b663c9974f4d38a3523d44e77ea8694326e (diff) | |
download | FreeBSD-src-a68a9ea3fc5acbe694890fb7c13f3c431cb262c1.zip FreeBSD-src-a68a9ea3fc5acbe694890fb7c13f3c431cb262c1.tar.gz |
Correct a bunch of typos.
Diffstat (limited to 'lib/librpcsec_gss/rpcsec_gss.3')
-rw-r--r-- | lib/librpcsec_gss/rpcsec_gss.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librpcsec_gss/rpcsec_gss.3 b/lib/librpcsec_gss/rpcsec_gss.3 index 45bd82f..dfc95ec 100644 --- a/lib/librpcsec_gss/rpcsec_gss.3 +++ b/lib/librpcsec_gss/rpcsec_gss.3 @@ -43,7 +43,7 @@ subsequent communication between client and server are properly authenticated. Optionally, extra protection can be applied to the connection. The integrity service uses checksums to ensure that all data sent by -a peer is recieved without modification. +a peer is received without modification. The privacy service uses encryption to ensure that no third party can access the data for a connection. .Pp @@ -111,7 +111,7 @@ typedef struct { } *rpc_gss_principal_t; .Ed .It Vt rpc_gss_rawcred_t -This structure is used to access the raw credentions associated with a +This structure is used to access the raw credentials associated with a security context. .Bd -literal typedef struct { |