Subject: | spelling error in docs |
"initial" is misspelled on line 202 of Krb5.pm. Patch attached.
Subject: | krb5-spelling.patch |
--- Krb5.pm.orig 2010-06-29 16:37:35.000000000 -0600
+++ Krb5.pm 2010-06-29 16:37:47.000000000 -0600
@@ -199,7 +199,7 @@
=item get_init_creds_keytab(client, keytab[, service])
-Attempt to get an inintial ticket for the client using a keytab. 'client'
+Attempt to get an initial ticket for the client using a keytab. 'client'
is a principal object for which you want an initial ticket. 'keytab' is a
keytab object created with kt_resolve. 'service', if given, is the string
representation (not a principal object) for the ticket to acquire. If not