mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 00:56:03 +00:00 
			
		
		
		
	Fix spelling in log message: doesnt -> doesn't
This commit is contained in:
		@@ -269,7 +269,7 @@ static int tunnel_to(int sock, ip_type ip, unsigned short port, proxy_type pt, c
 | 
			
		||||
		break;
 | 
			
		||||
		case SOCKS4_TYPE:{
 | 
			
		||||
			if(v6) {
 | 
			
		||||
				proxychains_write_log(LOG_PREFIX "error: SOCKS4 doesnt support ipv6 addresses\n");
 | 
			
		||||
				proxychains_write_log(LOG_PREFIX "error: SOCKS4 doesn't support ipv6 addresses\n");
 | 
			
		||||
				goto err;
 | 
			
		||||
			}
 | 
			
		||||
			buff[0] = 4;	// socks version
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user