From: Jason Ish Date: Tue, 17 May 2016 19:40:01 +0000 (-0600) Subject: typos: surictsc -> suricatasc X-Git-Tag: suricata-3.1RC1~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf528e751ba8a7fada47aca4ebd2cba2d2ed4a1;p=thirdparty%2Fsuricata.git typos: surictsc -> suricatasc Reported by Markus Lude on the mailing list. --- diff --git a/configure.ac b/configure.ac index c6c5e9a172..d5719d7748 100644 --- a/configure.ac +++ b/configure.ac @@ -120,14 +120,14 @@ 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