From 29942ca0dea2d7be81506a0050043618c67e5c7b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Oct 19 2000 00:37:33 +0000 Subject: fix typo --- diff --git a/pam_krb5.spec b/pam_krb5.spec index ef9dcac..e87894e 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -38,8 +38,9 @@ make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} %doc README COPYING ChangeLog TODO pam.d krb5afs-pam.d %changelog -* Tue Oct 10 2000 Nalin Dahyabhai +* Wed Oct 18 2000 Nalin Dahyabhai - fix prompting when the module's first in the stack +- fix a typo in a comment * Mon Oct 2 2000 Nalin Dahyabhai - fix "use_authtok" logic when password was not set by previous module diff --git a/pam_krb5afs.c b/pam_krb5afs.c index 0e19b0a..b4c56ae 100644 --- a/pam_krb5afs.c +++ b/pam_krb5afs.c @@ -638,7 +638,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags, int argc, } /* Now try to get a TGT using the password, prompting the user if it - fails and we're allowed ot prompt. */ + fails and we're allowed to prompt. */ if(ret == KRB5_SUCCESS) { int done = 0;