From: /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org Date: Wed, 11 Oct 2006 06:39:01 +0000 (+0000) Subject: [PATCH]: fix a trivial typo in ULOG plugin code (Eric Leblond) X-Git-Tag: ulogd-2.0.0beta2~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ec5e754ba1a1d90c32b194c714e3e964bf422b1;p=thirdparty%2Fulogd2.git [PATCH]: fix a trivial typo in ULOG plugin code (Eric Leblond) --- diff --git a/input/packet/ulogd_inppkt_ULOG.c b/input/packet/ulogd_inppkt_ULOG.c index d9aa600..801a856 100644 --- a/input/packet/ulogd_inppkt_ULOG.c +++ b/input/packet/ulogd_inppkt_ULOG.c @@ -13,7 +13,7 @@ #define ULOGD_NLGROUP_DEFAULT 32 #endif -/* Size of the socket recevive memory. Should be at least the same size as the +/* Size of the socket receive memory. Should be at least the same size as the * 'nlbufsiz' module loadtime parameter of ipt_ULOG.o * If you have _big_ in-kernel queues, you may have to increase this number. ( * --qthreshold 100 * 1500 bytes/packet = 150kB */