]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
Fix typo in comments.
authorEric Leblond <eric@regit.org>
Sat, 9 Feb 2013 19:55:16 +0000 (20:55 +0100)
committerEric Leblond <eric@regit.org>
Mon, 18 Feb 2013 08:30:49 +0000 (09:30 +0100)
include/ulogd/conffile.h

index 09eb8cf9b84f322685077a63f84ce930fc8336d0..0b8ac0e59b56f53f332491477e44ad8dad66fe3b 100644 (file)
@@ -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 */