From: Victor Julien Date: Fri, 23 May 2014 10:42:48 +0000 (+0200) Subject: nflog: fix typo rising->raising X-Git-Tag: suricata-2.0.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bbec75764743bd0f76b26856854709f7399e578;p=thirdparty%2Fsuricata.git nflog: fix typo rising->raising --- diff --git a/src/source-nflog.c b/src/source-nflog.c index bfac1ecd84..372fad9e36 100644 --- a/src/source-nflog.c +++ b/src/source-nflog.c @@ -378,7 +378,7 @@ static int NFLOGSetnlbufsiz(void *data, unsigned int size) SCLogWarning(SC_WARN_NFLOG_MAXBUFSIZ_REACHED, "Maximum buffer size (%d) in NFLOG has been " - "reached. Please, consider rising " + "reached. Please, consider raising " "`buffer-size` and `max-size` in nflog configuration", ntv->nlbufsiz); return 0;