From baf528e751ba8a7fada47aca4ebd2cba2d2ed4a1 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 17 May 2016 13:40:01 -0600 Subject: [PATCH] typos: surictsc -> suricatasc Reported by Markus Lude on the mailing list. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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