From: Eric Leblond Date: Sat, 13 Feb 2021 20:34:34 +0000 (+0100) Subject: log/pcap: fix typo in error message X-Git-Tag: suricata-7.0.0-beta1~571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2317fd83efdac74d9cd10c17ee7d4eb25b1269e0;p=thirdparty%2Fsuricata.git log/pcap: fix typo in error message --- diff --git a/src/log-pcap.c b/src/log-pcap.c index 52cb6ff4fe..f3f3a9b475 100644 --- a/src/log-pcap.c +++ b/src/log-pcap.c @@ -913,8 +913,8 @@ static TmEcode PcapLogInitRingBuffer(PcapLogData *pl) } switch (part[1]) { case 'i': - SCLogError(SC_ERR_INVALID_ARGUMENT, - "Thread ID not allowed inring buffer mode."); + SCLogError( + SC_ERR_INVALID_ARGUMENT, "Thread ID not allowed in ring buffer mode."); return TM_ECODE_FAILED; case 'n': { char tmp[PATH_MAX];