Create patch to fix two typos in the documentation
authorDarshaka Pathirana <dpat@syn-net.org>
Sun, 19 Jan 2020 17:11:42 +0000 (18:11 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Sun, 19 Jan 2020 17:29:08 +0000 (18:29 +0100)
debian/patches/01-fix-sequence-typo [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/01-fix-sequence-typo b/debian/patches/01-fix-sequence-typo
new file mode 100644 (file)
index 0000000..5ac0cbb
--- /dev/null
@@ -0,0 +1,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.
index e69de29..5d3962c 100644 (file)
@@ -0,0 +1 @@
+01-fix-sequence-typo