From: Jeff Lucovsky Date: Sat, 17 Oct 2020 14:56:23 +0000 (-0400) Subject: general: Typo cleanup X-Git-Tag: suricata-7.0.0-beta1~1662 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7a443c3f68e21162126e9b46d2ad5508511b2a;p=thirdparty%2Fsuricata.git general: Typo cleanup --- diff --git a/src/detect-engine-address.c b/src/detect-engine-address.c index 0ec3f35e97..840d4ddd45 100644 --- a/src/detect-engine-address.c +++ b/src/detect-engine-address.c @@ -1746,7 +1746,7 @@ int DetectAddressMatchIPv6(const DetectMatchAddressIPv6 *addrs, * \brief Check if a particular address(ipv4 or ipv6) matches the address * range in the DetectAddress instance. * - * We basically check that the address falls inbetween the address + * We basically check that the address falls in between the address * range in DetectAddress. * * \param dd Pointer to the DetectAddress instance.