]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/pam.c
Fix spelling
[ngircd-alex.git] / src / ngircd / pam.c
index 88872c47c5f841d9b008da5fdc59a39281f4f2bb..81d635c8685791186d7a58575335befe6c3aa113 100644 (file)
@@ -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.
  */