aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-07-30 10:55:09 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-07-30 10:55:09 +0000
commit70c5c34da74d144d948a0ed059d9e515fd737664 (patch)
treed598c22cc42383a26545aaa20922b3552b1a721a /src
parent99652427e97e8f62c70fd126a4327d9071258d7b (diff)
downloadstrongswan-70c5c34da74d144d948a0ed059d9e515fd737664.tar.bz2
strongswan-70c5c34da74d144d948a0ed059d9e515fd737664.tar.xz
corrected typo
Diffstat (limited to 'src')
-rw-r--r--src/pluto/demux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pluto/demux.c b/src/pluto/demux.c
index 7e59b184d..8941c78c8 100644
--- a/src/pluto/demux.c
+++ b/src/pluto/demux.c
@@ -1197,12 +1197,12 @@ read_packet(struct msg_digest *md)
if ((pbs_room(&md->packet_pbs)==1) && (md->packet_pbs.start[0]==0xff))
{
/**
- * NAT-T Keep-alive packets should be discared by kernel ESPinUDP
- * layer. But boggus keep-alive packets (sent with a non-esp marker)
+ * NAT-T Keep-alive packets should be discarded by kernel ESPinUDP
+ * layer. But bogus keep-alive packets (sent with a non-esp marker)
* can reach this point. Complain and discard them.
*/
DBG(DBG_NATT,
- DBG_log("NAT-T keep-alive (boggus ?) should not reach this point. "
+ DBG_log("NAT-T keep-alive (bogus ?) should not reach this point. "
"Ignored. Sender: %s:%u", ip_str(cur_from),
(unsigned) cur_from_port);
)