commit 5a424f60dad660815d89285da9a7a07e4991461a from: Federico G. Schwindt date: Sat Dec 07 22:48:31 2013 UTC Fix spelling commit - 444308ccde9bcf58c652ec6ed8f662f81854624a commit + 5a424f60dad660815d89285da9a7a07e4991461a blob - e8bfcf1c70cbbb9e848061eff7b151a2a7c8f854 blob + 3f447c61ec367916f528f13a9da0852ac83eb0f4 --- src/ngircd/conn.c +++ src/ngircd/conn.c @@ -1915,7 +1915,7 @@ Handle_Buffer(CONN_ID Idx) ptr2 = strchr(array_start(&My_Connections[Idx].rbuf), '\n'); if (ptr) { /* Check if there is a single CR or LF _before_ the - * corerct CR+LF line terminator: */ + * correct CR+LF line terminator: */ first_eol = ptr1 < ptr2 ? ptr1 : ptr2; if (first_eol < ptr) { /* Single CR or LF before CR+LF found */ blob - ed56497d77276f580d4607c9755348dfd8ae514f blob + 81d635c8685791186d7a58575335befe6c3aa113 --- src/ngircd/pam.c +++ src/ngircd/pam.c @@ -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. */