mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-18 18:17:50 -05:00
Fix typo
This commit is contained in:
parent
2f67402385
commit
fccadd7ced
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
|
||||
sc_read_config = mp_set_subcheck_state(sc_read_config, STATE_OK);
|
||||
xasprintf(&sc_read_config.output, "read config file succesfully");
|
||||
xasprintf(&sc_read_config.output, "read config file successfully");
|
||||
mp_add_subcheck_to_check(&overall, sc_read_config);
|
||||
|
||||
uint32_t service = PW_AUTHENTICATE_ONLY;
|
||||
|
|
|
|||
Loading…
Reference in a new issue