From 140e009b1e4fb97d4bed48fc19e2a33cebd7e4b5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 16 Jan 2010 16:21:51 +0000 Subject: fixed typo --- src/uanytun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/uanytun.c b/src/uanytun.c index 5da3c21..0227aab 100644 --- a/src/uanytun.c +++ b/src/uanytun.c @@ -154,7 +154,7 @@ int process_sock_data(tun_device_t* dev, int fd, udp_t* sock, options_t* opt, pl return 0; } else if(len < encrypted_packet_get_minimum_length(encrypted_packet)) { - log_printf(WARNING, "received packet is to short"); + log_printf(WARNING, "received packet is too short"); return 0; } encrypted_packet_set_length(encrypted_packet, len); -- cgit v1.2.3