unix-socket: spelling

pull/8829/head
Victor Julien 1 year ago
parent 6626382089
commit 29056e116c

@ -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;
}

Loading…
Cancel
Save