From 29056e116c381ab7702eb8ed8a0180c10ba3c54d Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 6 May 2023 07:19:28 +0200 Subject: [PATCH] unix-socket: spelling --- src/unix-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix-manager.c b/src/unix-manager.c index f9983bbf90..ff4faccb4f 100644 --- a/src/unix-manager.c +++ b/src/unix-manager.c @@ -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; }