File: 01-fix-sequence-typo

package info (click to toggle)
anytun 0.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,492 kB
  • sloc: cpp: 9,225; sh: 712; makefile: 398
file content (20 lines) | stat: -rw-r--r-- 795 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/doc/anytun.8.txt
+++ b/doc/anytun.8.txt
@@ -216,7 +216,7 @@
    unicast endpoints. default: 0
 
 *-w, --window-size '<window size>'*::
-   seqence window size +
+   sequence window size +
    Sometimes, packets arrive out of order on the receiver
    side. This option defines the size of a list of received
    packets' sequence numbers. If, according to this list,
@@ -225,7 +225,7 @@
    the list anymore, this is interpreted as a replay attack
    and the packet is dropped. A value of 0 deactivates this
    list and, as a consequence, the replay protection employed
-   by filtering packets according to their secuence number.
+   by filtering packets according to their sequence number.
    By default the sequence window is disabled and therefore a
    window size of 0 is used.