diff options
Diffstat (limited to 'lib/parse_ini.c')
| -rw-r--r-- | lib/parse_ini.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/parse_ini.c b/lib/parse_ini.c index 25abc89b..547af433 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c | |||
| @@ -78,7 +78,7 @@ static char *default_file_in_path(void); | |||
| 78 | /* | 78 | /* |
| 79 | * Parse_locator decomposes a string of the form | 79 | * Parse_locator decomposes a string of the form |
| 80 | * [stanza][@filename] | 80 | * [stanza][@filename] |
| 81 | * into its seperate parts. | 81 | * into its separate parts. |
| 82 | */ | 82 | */ |
| 83 | static void | 83 | static void |
| 84 | parse_locator(const char *locator, const char *def_stanza, np_ini_info *i) | 84 | parse_locator(const char *locator, const char *def_stanza, np_ini_info *i) |
| @@ -169,7 +169,7 @@ read_defaults(FILE *f, const char *stanza, np_arg_list **opts) | |||
| 169 | if (isspace(c)) | 169 | if (isspace(c)) |
| 170 | continue; | 170 | continue; |
| 171 | switch (c) { | 171 | switch (c) { |
| 172 | /* globble up coment lines */ | 172 | /* globble up comment lines */ |
| 173 | case ';': | 173 | case ';': |
| 174 | case '#': | 174 | case '#': |
| 175 | GOBBLE_TO(f, c, '\n'); | 175 | GOBBLE_TO(f, c, '\n'); |
