From fc7a443c3f68e21162126e9b46d2ad5508511b2a Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sat, 17 Oct 2020 10:56:23 -0400 Subject: [PATCH] general: Typo cleanup --- src/detect-engine-address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2