]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: spelling
authorVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 05:26:11 +0000 (07:26 +0200)
committerVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 12:50:42 +0000 (14:50 +0200)
configure.ac

index 09d6c9e19a1ac50031977cd3947071b31d35338f..0d8a71714147e36ead8760ae743ade24861d3438 100644 (file)
 
     #Enable support for gcc compile time security options. There is no great way to do detection of valid cflags that I have found
     #AX_CFLAGS_GCC_OPTION don't seem to do a better job than the code below and are a pain because of extra m4 files etc.
-    #These flags seem to be supported on CentOS 5+, Ubuntu 8.04+, and FedoreCore 11+
+    #These flags seem to be supported on CentOS 5+, Ubuntu 8.04+, and FedoraCore 11+
     #Options are taken from https://wiki.ubuntu.com/CompilerFlags
     AC_ARG_ENABLE(gccprotect,
            AS_HELP_STRING([--enable-gccprotect], [Detect and use gcc hardening options]),[enable_gccprotect=$enableval],[enable_gccprotect=no])
         [Disable suricata-update]), [enable_suricata_update=$enableval],
       [enable_suricata_update="yes"])
 
-    # Assume suircata-update will not be installed.
+    # Assume suricata-update will not be installed.
     have_suricata_update="no"
 
     if test "$enable_suricata_update" = "yes"; then