Module Name: src
Committed By: wiz
Date: Thu Apr 28 14:44:10 UTC 2011
Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/krb5: krb5_string_to_key.3
Log Message:
Fix a typo.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_string_to_key.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_string_to_key.3
diff -u src/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_string_to_key.3:1.1.1.2 src/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_string_to_key.3:1.2
--- src/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_string_to_key.3:1.1.1.2 Thu Apr 14 14:09:23 2011
+++ src/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_string_to_key.3 Thu Apr 28 14:44:10 2011
@@ -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