mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Fix spelling
This commit is contained in:
		| @@ -69,7 +69,7 @@ IRC_METADATA(CLIENT *Client, REQUEST *Req) | |||||||
| 		 Client_ID(prefix), Client_ID(target), | 		 Client_ID(prefix), Client_ID(target), | ||||||
| 		 Req->argv[1], Req->argv[2]); | 		 Req->argv[1], Req->argv[2]); | ||||||
|  |  | ||||||
| 	/* Mark client: it has receiveda a METADATA command */ | 	/* Mark client: it has received a METADATA command */ | ||||||
| 	if (!Client_HasFlag(target, 'M')) { | 	if (!Client_HasFlag(target, 'M')) { | ||||||
| 		snprintf(new_flags, sizeof new_flags, "%sM", | 		snprintf(new_flags, sizeof new_flags, "%sM", | ||||||
| 			 Client_Flags(target)); | 			 Client_Flags(target)); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Federico G. Schwindt
					Federico G. Schwindt