]> eyrie.org Git - kerberos/pam-krb5.git/commitdiff
Fix spelling errors found with codespell
authorRuss Allbery <eagle@eyrie.org>
Mon, 20 Jan 2020 04:39:04 +0000 (20:39 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 20 Jan 2020 04:39:04 +0000 (20:39 -0800)
NEWS
auth.c
setcred.c
tests/config/README

diff --git a/NEWS b/NEWS
index 4bc625bb30130e1742b011ce56b31dac035234d6..581dc9ffa09343ef9abd1de5a62e59e838c6a94f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -143,7 +143,7 @@ pam-krb5 4.6 (2012-06-02)
     Add a no_prompt option to suppress the PAM module's prompt for the
     user's password and defer all prompting to the Kerberos library.  This
     allows the Kerberos library to have complete control of the prompting
-    process, which may be desireable if authentication mechanisms other
+    process, which may be desirable if authentication mechanisms other
     than password are in use.  Be aware that, with this option set, the
     PAM module has no control over the contents of the prompt and cannot
     store the user's password in the PAM data.  Based on a patch by Yair
diff --git a/auth.c b/auth.c
index 9a07e8fe66b6752be91bc17f0b3bf9aac2dee6c2..96d80f999ae2c22ee75ed6681c7f87e5ced0c60d 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -172,7 +172,7 @@ set_credential_options(struct pam_args *args, krb5_get_init_creds_opt *opts,
 
     /*
      * Set options for PKINIT.  Only used with MIT Kerberos; Heimdal's
-     * implementatin of PKINIT uses a separate API instead of setting
+     * implementation of PKINIT uses a separate API instead of setting
      * get_init_creds options.
      */
 #ifdef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_PA
index 346fb16d2814c4cf4e33fe5a81b3eba6cd57e1a4..31f5b3c1aa164ebc40252722d2658b6350551d96 100644 (file)
--- a/setcred.c
+++ b/setcred.c
@@ -453,7 +453,7 @@ pamk5_setcred(struct pam_args *args, bool refresh)
             goto done;
     }
 
-    /* Detroy the temporary cache and put the new cache in the context. */
+    /* Destroy the temporary cache and put the new cache in the context. */
     krb5_cc_destroy(ctx->context, ctx->cache);
     ctx->cache = cache;
     cache = NULL;
index 479326640f6735ed8cfc6e62c47f848931b8fd11..a034b35b6b0d28d3798631df6bf12631ed1e01d1 100644 (file)
@@ -45,7 +45,7 @@ password
 
 pkinit-cert
 
-    Certificate and private key (concatinated together) for PKINIT
+    Certificate and private key (concatenated together) for PKINIT
     authentication for the user listed in the pkinit-principal file.
     Optional; PKINIT checks will be skipped if this file isn't present.