X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fconf-parser.h;h=9d166de9c75ee521589a086495270b3920d13406;hb=a1948c7bfeb87b54bc7715a44490c01593ee6e23;hp=ba0e58db25f50d976afb0cb720030ca28baeebbc;hpb=b5d742138f71e87312541a89aac5657015f50f48;p=elogind.git 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 */