From f6dc04c13334250f79ed77b2fb75cdbb43f23018 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Wed, 6 May 2020 04:02:08 +0000 Subject: [PATCH] Grammer corrections. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 122d5a2..c35e8e8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The config option `tcpopts` within a filter is an array including TCP options. T * `rst` => If true, the packet must have the `RST` flag set to match. * `psh` => If true, the packet must have the `PSH` flag set to match. * `syn` => If true, the packet must have the `SYN` flag set to match. -* `fin` => If true, the packetm ust have the `FIN` flag set to match. +* `fin` => If true, the packet must have the `FIN` flag set to match. #### UDP Options