diff options
author | Eric Leblond <eric@regit.org> | 2013-02-09 20:55:16 +0100 |
---|---|---|
committer | Eric Leblond <eric@regit.org> | 2013-02-18 09:30:49 +0100 |
commit | c9f381c03e022a4d468164b94f00ed78322b9e38 (patch) | |
tree | 7a1999d7d00b6f630c2c0f024d1018c2f80a34ce /include/ulogd | |
parent | 1baf694356a64c900d241a069e36529dd65fc679 (diff) |
Fix typo in comments.
Diffstat (limited to 'include/ulogd')
-rw-r--r-- | include/ulogd/conffile.h | 6 |
1 files 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 */ |