Create patch to fix two typos in the documentation
[anytun.git] / debian / patches / 01-fix-sequence-typo
1 --- a/doc/anytun.8.txt
2 +++ b/doc/anytun.8.txt
3 @@ -216,7 +216,7 @@
4     unicast endpoints. default: 0
5  
6  *-w, --window-size '<window size>'*::
7 -   seqence window size +
8 +   sequence window size +
9     Sometimes, packets arrive out of order on the receiver
10     side. This option defines the size of a list of received
11     packets' sequence numbers. If, according to this list,
12 @@ -225,7 +225,7 @@
13     the list anymore, this is interpreted as a replay attack
14     and the packet is dropped. A value of 0 deactivates this
15     list and, as a consequence, the replay protection employed
16 -   by filtering packets according to their secuence number.
17 +   by filtering packets according to their sequence number.
18     By default the sequence window is disabled and therefore a
19     window size of 0 is used.
20