]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
typos: surictsc -> suricatasc
authorJason Ish <ish@unx.ca>
Tue, 17 May 2016 19:40:01 +0000 (13:40 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 18 May 2016 15:38:20 +0000 (17:38 +0200)
Reported by Markus Lude on the mailing list.

configure.ac

index c6c5e9a172d9cd365203efd16b782010a92d1219..d5719d7748ed00fffcd38c7f2983e713ab135361 100644 (file)
     if test "x$enable_python" = "xno" ; then
         echo
         echo "   Warning! python disabled, you will not be      "
-        echo "   able to install surictasc unix socket client   "
+        echo "   able to install suricatasc unix socket client   "
         echo
         enable_python="no"
     fi
     if test "$HAVE_PYTHON_CONFIG" = "no"; then
         echo
         echo "   Warning! python not found, you will not be     "
-        echo "   able to install surictasc unix socket client   "
+        echo "   able to install suricatasc unix socket client   "
         echo
         enable_python="no"
     fi