Package: pcapfix / 1.1.0-2

10_fix-spellings.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: fix some spelling errors in manpage.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2016-10-10
Index: pcapfix-1.1.0/pcapfix.1
===================================================================
--- pcapfix-1.1.0.orig/pcapfix.1
+++ pcapfix-1.1.0/pcapfix.1
@@ -80,9 +80,9 @@ Pcapfix is able to repair pcap files tha
 .TP
 \fIData Link Types\fP
 
-You can make pcapfix change / select your data link type by supplying \-t option. Although you may select a data link type number between 0 and 255, only the following types are assigned: If the data link type field is corrupt, pcapfix will selct LINKTYPE_ETHERNET by default.
+You can make pcapfix change / select your data link type by supplying \-t option. Although you may select a data link type number between 0 and 255, only the following types are assigned: If the data link type field is corrupt, pcapfix will select LINKTYPE_ETHERNET by default.
 
-See http://www.tcpdump.org/linktypes.html for futher information.
+See http://www.tcpdump.org/linktypes.html for further information.
 
 NUMBER	LINK_TYPE
 
@@ -359,7 +359,7 @@ For further information visit the pcapfi
 0.4 - 27.04.2012
 * completely redesigned packet detection algorithm (replaced bottom-up-recovery with brute-force-packet-guessing)
 .br
-* improved detection rate by additional plausability checks
+* improved detection rate by additional plausibility checks
 .br
 * increased speed when repairing large pcap files
 .TP