diff options
author | Jonathan Boulle <jonathanboulle@gmail.com> | 2014-04-28 08:15:50 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-04-28 08:15:50 +0200 |
commit | e5a7f17341f90827c2fc8248de19d8741c8672da (patch) | |
tree | e0d525f5a9e75c7338d0cbf0b19f52f372ce9fb2 /src | |
parent | 9b86b3930a47cafd39f342ed141014068a3093c2 (diff) |
conf-parser: Fix typo in comment
Fix minor typo in conf parser
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/conf-parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/conf-parser.h b/src/shared/conf-parser.h index ba0e58db25..9d166de9c7 100644 --- a/src/shared/conf-parser.h +++ b/src/shared/conf-parser.h @@ -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 */ |