Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/heimdal/lib/krb5 Two typos from Adrian Mrva.



details:   https://anonhg.NetBSD.org/src/rev/fb09fb901344
branches:  trunk
changeset: 540674:fb09fb901344
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 21 13:20:09 2002 +0000

description:
Two typos from Adrian Mrva.

diffstat:

 crypto/dist/heimdal/lib/krb5/krb5_auth_context.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r ca9a42515699 -r fb09fb901344 crypto/dist/heimdal/lib/krb5/krb5_auth_context.3
--- a/crypto/dist/heimdal/lib/krb5/krb5_auth_context.3  Sat Dec 21 13:17:23 2002 +0000
+++ b/crypto/dist/heimdal/lib/krb5/krb5_auth_context.3  Sat Dec 21 13:20:09 2002 +0000
@@ -1,6 +1,6 @@
 .\" Copyright (c) 2001 Kungliga Tekniska Högskolan
 .\" $Heimdal: krb5_auth_context.3,v 1.5 2002/09/02 12:42:00 joda Exp $
-.\" $NetBSD: krb5_auth_context.3,v 1.6 2002/09/12 13:19:15 joda Exp $
+.\" $NetBSD: krb5_auth_context.3,v 1.7 2002/12/21 13:20:09 wiz Exp $
 .Dd January 21, 2001
 .Dt KRB5_AUTH_CONTEXT 3
 .Os
@@ -128,12 +128,12 @@
 .Nm krb5_auth_context
 is used by various functions that are directly related to
 authentication between the server/client. Example of data that this
-structure contains are varius flags, addresses of client and server,
+structure contains are various flags, addresses of client and server,
 port numbers, keyblocks (and subkeys), sequence numbers, replay cache,
 and checksum-type.
 .Pp
 .Fn krb5_auth_con_init
-allocates and initilizes the
+allocates and initializes the
 .Nm krb5_auth_context
 structure. Default values can be changed with
 .Fn krb5_auth_con_setcksumtype



Home | Main Index | Thread Index | Old Index