]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
unix-socket: spelling
authorVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 05:19:28 +0000 (07:19 +0200)
committerVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 15:38:55 +0000 (17:38 +0200)
src/unix-manager.c

index f9983bbf9091e8ade95075b7312f29a7b303a272..ff4faccb4f8c91b094f20b84de85247725797833 100644 (file)
@@ -606,7 +606,7 @@ static void UnixCommandRun(UnixCommand * this, UnixClient *client)
         } while (try < 3 && cmd_over == 0);
 
         if (try == 3 && cmd_over == 0) {
-            SCLogInfo("Unix socket: imcomplete client message, closing connection");
+            SCLogInfo("Unix socket: incomplete client message, closing connection");
             UnixCommandClose(this, client->fd);
             return;
         }