From: Eric Leblond Date: Fri, 2 Aug 2019 07:32:08 +0000 (+0200) Subject: doc: fix typos in geoip doc X-Git-Tag: suricata-5.0.0-rc1~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08397e07f19f654cfaa642e99fce29477da0e40f;p=thirdparty%2Fsuricata.git doc: fix typos in geoip doc --- diff --git a/doc/userguide/rules/header-keywords.rst b/doc/userguide/rules/header-keywords.rst index 8ded4c41b2..240a5a52e5 100644 --- a/doc/userguide/rules/header-keywords.rst +++ b/doc/userguide/rules/header-keywords.rst @@ -154,8 +154,8 @@ direction you would like to match ====== ============================================================= Option Description ====== ============================================================= -both Both directions have to match with the given geoip (geopip's) -any One of the directions have to match with the given geoip ('s). +both Both directions have to match with the given geoip(s) +any One of the directions has to match with the given geoip(s). dest If the destination matches with the given geoip. src The source matches with the given geoip. ====== =============================================================