From: Eric Leblond Date: Mon, 13 May 2013 08:39:59 +0000 (+0200) Subject: unix socket: fix typo in error message X-Git-Tag: suricata-2.0beta1~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2334fbfe8533a252b62b709a9c10cd115063f2a;p=thirdparty%2Fsuricata.git unix socket: fix typo in error message --- diff --git a/src/runmode-unix-socket.c b/src/runmode-unix-socket.c index d589233245..f1e2b7e825 100644 --- a/src/runmode-unix-socket.c +++ b/src/runmode-unix-socket.c @@ -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;