]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
unix socket: fix typo in error message
authorEric Leblond <eric@regit.org>
Mon, 13 May 2013 08:39:59 +0000 (10:39 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 17 Jul 2013 13:06:14 +0000 (15:06 +0200)
src/runmode-unix-socket.c

index d58923324546e217f345d7e689eb05c14f9f63dc..f1e2b7e825099bdb613eb5a82f1a429df0317b6c 100644 (file)
@@ -278,7 +278,7 @@ TmEcode UnixSocketPcapFilesCheck(void *data)
     }
     if ((unix_manager_file_task_failed == 1) || (this->running == 1)) {
         if (unix_manager_file_task_failed) {
-            SCLogInfo("Preceeding taks failed, cleaning the running mode");
+            SCLogInfo("Preceeding task failed, cleaning the running mode");
         }
         unix_manager_file_task_failed = 0;
         this->running = 0;