]> eyrie.org Git - kerberos/pam-krb5.git/commitdiff
Fix typo in auth.c comment
authorRuss Allbery <eagle@eyrie.org>
Sun, 28 May 2017 01:46:11 +0000 (18:46 -0700)
committerRuss Allbery <eagle@eyrie.org>
Sun, 28 May 2017 01:46:11 +0000 (18:46 -0700)
auth.c

diff --git a/auth.c b/auth.c
index 6d35bd04231aab3779ee8f1f9cc96eced3219ae5..09cc8f898c16fa38f0cc34efdd2a54db1f87afd0 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -339,7 +339,7 @@ password_auth(struct pam_args *args, krb5_creds *creds,
         }
     }
 
-    /* Do thet authentication. */
+    /* Do the authentication. */
     retval = krb5_get_init_creds_password(ctx->context, creds, ctx->princ,
                  (char *) pass, pamk5_prompter_krb5, args, 0,
                  (char *) service, opts);