From 826dd18de7130c37c8d54e3051cc3adce6a49c69 Mon Sep 17 00:00:00 2001 From: CPbN <40244829+CPbN@users.noreply.github.com> Date: Mon, 8 Jul 2019 11:15:49 +0200 Subject: [PATCH] 3CX typo --- centreon-plugins/apps/voip/3cx/restapi/custom/api.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/apps/voip/3cx/restapi/custom/api.pm b/centreon-plugins/apps/voip/3cx/restapi/custom/api.pm index 6e79b0864..f79528b95 100644 --- a/centreon-plugins/apps/voip/3cx/restapi/custom/api.pm +++ b/centreon-plugins/apps/voip/3cx/restapi/custom/api.pm @@ -256,7 +256,7 @@ sub internal_update_checker { if(ref($status) eq 'HASH') { $status = $status->{tcxUpdate}; if(ref($status) ne 'ARRAY') { - # See above not about strange content + # See above note about strange content $status = JSON::XS->new->utf8->decode($status); } }