about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@lodoss.net>2013-11-26 00:19:01 +0000
committerFederico G. Schwindt <fgsch@lodoss.net>2013-12-07 22:48:31 +0000
commit5a424f60dad660815d89285da9a7a07e4991461a (patch)
treed354c7df78412feeec4161540984eb836d67679c /src
parent444308ccde9bcf58c652ec6ed8f662f81854624a (diff)
downloadngircd-5a424f60dad660815d89285da9a7a07e4991461a.tar.gz
ngircd-5a424f60dad660815d89285da9a7a07e4991461a.zip
Fix spelling
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/conn.c2
-rw-r--r--src/ngircd/pam.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/conn.c b/src/ngircd/conn.c
index e8bfcf1c..3f447c61 100644
--- a/src/ngircd/conn.c
+++ b/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 */
diff --git a/src/ngircd/pam.c b/src/ngircd/pam.c
index ed56497d..81d635c8 100644
--- a/src/ngircd/pam.c
+++ b/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.
  */