Fix minor spelling errors
This commit is contained in:
		@@ -185,7 +185,7 @@ public:
 | 
			
		||||
/**
 | 
			
		||||
 * The use of a struct is so that when used as an argument to /seprintf/etc, the buffer lives
 | 
			
		||||
 * on the stack with a lifetime which lasts until the end of the statement.
 | 
			
		||||
 * This avoids using a static buffer which is thread-unsafe, or needing to call malloc, which would then nee to be freed.
 | 
			
		||||
 * This avoids using a static buffer which is thread-unsafe, or needing to call malloc, which would then need to be freed.
 | 
			
		||||
 */
 | 
			
		||||
struct NetworkAddressDumper {
 | 
			
		||||
	const char *GetAddressAsString(NetworkAddress *addr, bool with_family = true);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user