Skip to content

Commit

Permalink
Fixed typo as per GitHub issue NagiosEnterprises#27
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcnag committed Jun 16, 2015
1 parent 482be9e commit e77dc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi/statusjson.c
Original file line number Diff line number Diff line change
Expand Up @@ -3482,7 +3482,7 @@ void json_status_service_details(json_object *json_details,
&percent_escapes, temp_servicestatus->long_plugin_output);
json_object_append_string(json_details, "perf_data", &percent_escapes,
temp_servicestatus->perf_data);
json_object_append_integer(json_details, "max_attemps",
json_object_append_integer(json_details, "max_attempts",
temp_servicestatus->max_attempts);
json_object_append_integer(json_details, "current_attempt",
temp_servicestatus->current_attempt);
Expand Down

0 comments on commit e77dc73

Please sign in to comment.