X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fpam.c;h=81d635c8685791186d7a58575335befe6c3aa113;hp=88872c47c5f841d9b008da5fdc59a39281f4f2bb;hb=1a628fff51fcfddde391e6c0f27686835e1b6d2e;hpb=c519ba9920d2d9b12016d0825382cd236219112c diff --git a/src/ngircd/pam.c b/src/ngircd/pam.c index 88872c47..81d635c8 100644 --- a/src/ngircd/pam.c +++ b/src/ngircd/pam.c @@ -15,7 +15,7 @@ /** * @file - * PAM User Authentification + * PAM User Authentication */ #include "imp.h" @@ -87,7 +87,7 @@ static struct pam_conv conv = { }; /** - * Authenticate a connectiong client using PAM. + * Authenticate a connecting client using PAM. * @param Client The client to authenticate. * @return true when authentication succeeded, false otherwise. */