mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-10 09:10:08 -04:00
Fix one more typo
This commit is contained in:
parent
776c51a66f
commit
f1104f49a4
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ int main(int argc, char **argv) {
|
|||
mp_check overall = mp_check_init();
|
||||
|
||||
mp_subcheck sc_successfull_query = mp_subcheck_init();
|
||||
xasprintf(&sc_successfull_query.output, "SNMP query was succesful");
|
||||
xasprintf(&sc_successfull_query.output, "SNMP query was successful");
|
||||
sc_successfull_query = mp_set_subcheck_state(sc_successfull_query, STATE_OK);
|
||||
mp_add_subcheck_to_check(&overall, sc_successfull_query);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue