diff options
| author | Dirk Mueller <dmueller@suse.com> | 2026-02-16 11:21:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-16 11:21:21 +0100 |
| commit | 423d0c52674bfa4ec49e4ae8bce645131f657f74 (patch) | |
| tree | a27276c89d37e3753b5ead6abe56132f2801d444 /lib/parse_ini.c | |
| parent | 0f0865c910096c95594ac09929708e84934e46df (diff) | |
| download | monitoring-plugins-423d0c52674bfa4ec49e4ae8bce645131f657f74.tar.gz | |
Fix a few typos (#2231)
Diffstat (limited to 'lib/parse_ini.c')
| -rw-r--r-- | lib/parse_ini.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse_ini.c b/lib/parse_ini.c index 196cac79..8a54af58 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c | |||
| @@ -173,7 +173,7 @@ static bool read_defaults(FILE *defaults_file, const char *stanza, np_arg_list * | |||
| 173 | continue; | 173 | continue; |
| 174 | } | 174 | } |
| 175 | switch (current_char) { | 175 | switch (current_char) { |
| 176 | /* globble up comment lines */ | 176 | /* gobble up comment lines */ |
| 177 | case ';': | 177 | case ';': |
| 178 | case '#': | 178 | case '#': |
| 179 | GOBBLE_TO(defaults_file, current_char, '\n'); | 179 | GOBBLE_TO(defaults_file, current_char, '\n'); |
