From 8c11e4d9a7c590161d5433f28a0b9a5e4c547b92 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 02:43:23 +0000 Subject: [PATCH] spelling: associated --- src/See/Packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/See/Packet.h b/src/See/Packet.h index facf746c..47a5fadf 100644 --- a/src/See/Packet.h +++ b/src/See/Packet.h @@ -165,7 +165,7 @@ Command used to send a buffer of packets in a single system call. Every packet in the buffer is preceded by a sf_pkthdr structure. The timestamps of the packets are used to synchronize the write, i.e. the packets - are sent to the network respecting the intervals specified in the sf_pkthdr structure assiciated with each + are sent to the network respecting the intervals specified in the sf_pkthdr structure associated with each packet. NPF_BufferedWrite() function is invoked to send the packets. */ #define BIOCSENDPACKETSSYNC 9033