Fix typos
This commit is contained in:
		
							
								
								
									
										2
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								NEWS
									
									
									
									
									
								
							@@ -12,7 +12,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 * degesch: backlog limit was made configurable
 | 
					 * degesch: backlog limit was made configurable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 * degesch: allow changing the list IRC capabilities to use
 | 
					 * degesch: allow changing the list of IRC capabilities to use
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 * degesch: optimize buffer memory usage
 | 
					 * degesch: optimize buffer memory usage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								kike.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								kike.c
									
									
									
									
									
								
							@@ -835,7 +835,7 @@ client_send_str (struct client *c, const struct str *s)
 | 
				
			|||||||
	size_t old_sendq = c->write_buffer.len;
 | 
						size_t old_sendq = c->write_buffer.len;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// So far there's only one message tag we use, so we can do it simple;
 | 
						// So far there's only one message tag we use, so we can do it simple;
 | 
				
			||||||
	// note that a 512-character limit applies to messages with tags on
 | 
						// note that a 1024-character limit applies to messages with tags on
 | 
				
			||||||
	if (c->caps_enabled & IRC_CAP_SERVER_TIME)
 | 
						if (c->caps_enabled & IRC_CAP_SERVER_TIME)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		long milliseconds; char buf[32]; struct tm tm;
 | 
							long milliseconds; char buf[32]; struct tm tm;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user