aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-03-30 15:54:28 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-03-30 15:54:28 +0000
commita3fe8fbd1a92ae375a61d49bdb1dea10c6cbc756 (patch)
tree91614b7a193696330c5112a5ad864ff035c7f68a /text2pcap.c
parentdde455a94efa8fddf73aabefde3338ef46e23801 (diff)
Fix a couple of typos.
svn path=/trunk/; revision=36410
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text2pcap.c b/text2pcap.c
index deac0fb1d7..9ae0f49cfa 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -51,7 +51,7 @@
* exactly 32 bytes must have been read into this packet before this. If the offset
* is wrong, the packet is immediately terminated
*
- * A packet start is signalled by a zero offset.
+ * A packet start is signaled by a zero offset.
*
* Lines starting with #TEXT2PCAP are directives. These allow the user
* to embed instructions into the capture file which allows text2pcap
@@ -789,7 +789,7 @@ parse_preamble (void)
*/
packet_preamble[packet_preamble_len] = '\0';
- /* Ensure preamble has more than two chars before atempting to parse.
+ /* Ensure preamble has more than two chars before attempting to parse.
* This should cover line breaks etc that get counted.
*/
if ( strlen(packet_preamble) > 2 ) {