]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
gen/typo: Correct configure output grammar 13108/head
authorJeff Lucovsky <jlucovsky@oisf.net>
Tue, 29 Apr 2025 12:56:41 +0000 (08:56 -0400)
committerJeff Lucovsky <jlucovsky@oisf.net>
Tue, 29 Apr 2025 12:56:41 +0000 (08:56 -0400)
Fixup the grammar for the Napatech option -- was "Enabled Napatech".

configure.ac

index 1ab8a032dbefda4902c5329ba0d9ad15e762d709..ea80157744ece59f2f8bbcf104c2eaeee6faddcf 100644 (file)
 
     # Napatech - Using the 3GD API
     AC_ARG_ENABLE(napatech,
-                AS_HELP_STRING([--enable-napatech],[Enabled Napatech Devices]),
+                AS_HELP_STRING([--enable-napatech],[Enable Napatech Devices]),
                 [ enable_napatech=$enableval ],
                 [ enable_napatech=no])
     AS_IF([test "x$enable_napatech" = "xyes"], [