From patchwork Mon Feb 18 08:37:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/7] Fix typo in comments. Date: Sun, 17 Feb 2013 22:37:45 -0000 From: Eric Leblond X-Patchwork-Id: 221156 Message-Id: <1361176668-22661-5-git-send-email-eric@regit.org> To: netfilter-devel@vger.kernel.org Cc: eric@regit.org Signed-off-by: Eric Leblond --- include/ulogd/conffile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ulogd/conffile.h b/include/ulogd/conffile.h index 09eb8cf..0b8ac0e 100644 --- a/include/ulogd/conffile.h +++ b/include/ulogd/conffile.h @@ -20,13 +20,13 @@ enum { ERRSECTION, /* section not found */ }; -/* maximum line lenght of config file entries */ +/* maximum line length of config file entries */ #define LINE_LEN 255 -/* maximum lenght of config key name */ +/* maximum length of config key name */ #define CONFIG_KEY_LEN 30 -/* maximum lenght of string config value */ +/* maximum length of string config value */ #define CONFIG_VAL_STRING_LEN 225 /* valid config types */