From: Darshaka Pathirana Date: Sun, 19 Jan 2020 17:11:42 +0000 (+0100) Subject: Create patch to fix two typos in the documentation X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=commitdiff_plain;h=ad05e83616ca7c348db398c0fd6d5c4acce49fae Create patch to fix two typos in the documentation --- diff --git a/debian/patches/01-fix-sequence-typo b/debian/patches/01-fix-sequence-typo new file mode 100644 index 0000000..5ac0cbb --- /dev/null +++ b/debian/patches/01-fix-sequence-typo @@ -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 ''*:: +- 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. + diff --git a/debian/patches/series b/debian/patches/series index e69de29..5d3962c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +01-fix-sequence-typo