From: Jonathan Boulle Date: Mon, 28 Apr 2014 06:15:50 +0000 (+0200) Subject: conf-parser: Fix typo in comment X-Git-Tag: v213~292 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e5a7f17341f90827c2fc8248de19d8741c8672da;p=elogind.git conf-parser: Fix typo in comment Fix minor typo in conf parser --- diff --git a/src/shared/conf-parser.h b/src/shared/conf-parser.h index ba0e58db2..9d166de9c 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 */