
vpnc at unix-ag
Dec 22, 2008, 8:09 AM
Post #1 of 1
(751 views)
Permalink
|
|
svn commit: vpnc r391 - /trunk/vpnc.c
|
|
Author: Joerg Mayer Date: Mon Dec 22 17:09:08 2008 New Revision: 391 Log: Fix typo: paket -> packet Modified: trunk/vpnc.c Modified: trunk/vpnc.c ============================================================================== --- trunk/vpnc.c (original) +++ trunk/vpnc.c Mon Dec 22 17:09:08 2008 @@ -398,7 +398,7 @@ if (s->ike.resend_hash && memcmp(s->ike.resend_hash, resend_check_hash, hash_len) == 0) { free(resend_check_hash); /* FIXME: if we get a retransmission, we probably should do a retransmission too */ - DEBUG(2, printf("Received duplicated paket, dropping it!\n")); + DEBUG(2, printf("Received duplicated packet, dropping it!\n")); return -1; } if (!s->ike.resend_hash) { _______________________________________________ vpnc-devel mailing list vpnc-devel [at] unix-ag https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel http://www.unix-ag.uni-kl.de/~massar/vpnc/
|