Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 Fix a typo.



details:   https://anonhg.NetBSD.org/src/rev/bf35fbc23e45
branches:  trunk
changeset: 764593:bf35fbc23e45
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 28 14:40:42 2011 +0000

description:
Fix a typo.

diffstat:

 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3     |  6 +++---
 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_string_to_key.3 |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 6b2e3d48d669 -r bf35fbc23e45 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3
--- a/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3        Thu Apr 28 14:38:49 2011 +0000
+++ b/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3        Thu Apr 28 14:40:42 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: krb5_principal.3,v 1.1.1.2 2011/04/14 14:09:23 elric Exp $
+.\"    $NetBSD: krb5_principal.3,v 1.2 2011/04/28 14:40:42 wiz Exp $
 .\"
 .\" Copyright (c) 2003 - 2007 Kungliga Tekniska Högskolan
 .\" (Royal Institute of Technology, Stockholm, Sweden).
@@ -157,12 +157,12 @@
 argument the following flags can be passed in
 .Bl -tag -width Ds
 .It Dv KRB5_PRINCIPAL_PARSE_NO_REALM
-requries the input string to be without a realm, and no realm is
+requires the input string to be without a realm, and no realm is
 stored in the
 .Fa principal
 return argument.
 .It Dv KRB5_PRINCIPAL_PARSE_REQUIRE_REALM
-requries the input string to with a realm.
+requires the input string to with a realm.
 .El
 .Pp
 .Fn krb5_unparse_name
diff -r 6b2e3d48d669 -r bf35fbc23e45 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_string_to_key.3
--- a/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_string_to_key.3    Thu Apr 28 14:38:49 2011 +0000
+++ b/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_string_to_key.3    Thu Apr 28 14:40:42 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: krb5_string_to_key.3,v 1.1.1.2 2011/04/14 14:09:23 elric Exp $
+.\"    $NetBSD: krb5_string_to_key.3,v 1.2 2011/04/28 14:44:10 wiz Exp $
 .\"
 .\" Copyright (c) 2004 - 2006 Kungliga Tekniska Högskolan
 .\" (Royal Institute of Technology, Stockholm, Sweden).
@@ -116,7 +116,7 @@
 .Pp
 .Fn krb5_string_to_key_data_salt_opaque
 is the function that does all the work, the rest of the functions are
-just wrapers around
+just wrappers around
 .Fn krb5_string_to_key_data_salt_opaque
 that calls it with default values.
 .Pp



Home | Main Index | Thread Index | Old Index