chiark / gitweb /
conf-parser: Fix typo in comment
authorJonathan Boulle <jonathanboulle@gmail.com>
Mon, 28 Apr 2014 06:15:50 +0000 (08:15 +0200)
committerTom Gundersen <teg@jklm.no>
Mon, 28 Apr 2014 06:15:50 +0000 (08:15 +0200)
Fix minor typo in conf parser

src/shared/conf-parser.h

index ba0e58db25f50d976afb0cb720030ca28baeebbc..9d166de9c75ee521589a086495270b3920d13406 100644 (file)
@@ -52,7 +52,7 @@ typedef struct ConfigTableItem {
 } ConfigTableItem;
 
 /* Wraps information for parsing a specific configuration variable, to
- * ve srored in a gperf perfect hashtable */
+ * be stored in a gperf perfect hashtable */
 typedef struct ConfigPerfItem {
         const char *section_and_lvalue; /* Section + "." + name of the variable */
         ConfigParserCallback parse;     /* Function that is called to parse the variable's value */