diff options
author | Christian Pointner <equinox@anytun.org> | 2010-01-16 16:21:51 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2010-01-16 16:21:51 +0000 |
commit | 140e009b1e4fb97d4bed48fc19e2a33cebd7e4b5 (patch) | |
tree | 430e9e8fab68b57e800cd4408ebb153129a60f03 /src | |
parent | updated ChangeLog (diff) |
fixed typo
Diffstat (limited to 'src')
-rw-r--r-- | src/uanytun.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |