]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
general: Typo cleanup 6071/head
authorJeff Lucovsky <jeff@lucovsky.org>
Sat, 17 Oct 2020 14:56:23 +0000 (10:56 -0400)
committerVictor Julien <victor@inliniac.net>
Wed, 21 Apr 2021 05:19:33 +0000 (07:19 +0200)
src/detect-engine-address.c

index 0ec3f35e97d8477b919a8663ca5772803d45e811..840d4ddd4583d9015456dd986e80ef7ede21d80a 100644 (file)
@@ -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.