mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	Fix spelling
This commit is contained in:
		| @@ -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 */ | ||||
|   | ||||
| @@ -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. | ||||
|  */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Federico G. Schwindt
					Federico G. Schwindt