From b29ed25a26364b2837a11b641c964988b7fbd590 Mon Sep 17 00:00:00 2001 From: Sims24 Date: Wed, 27 Jan 2016 10:39:23 +0100 Subject: [PATCH] + fix typo in error message --- centreon/common/powershell/exchange/2010/replicationhealth.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/centreon/common/powershell/exchange/2010/replicationhealth.pm b/centreon/common/powershell/exchange/2010/replicationhealth.pm index fe436d15c..2188505c1 100644 --- a/centreon/common/powershell/exchange/2010/replicationhealth.pm +++ b/centreon/common/powershell/exchange/2010/replicationhealth.pm @@ -89,7 +89,7 @@ sub check { } if (!$self->{output}->is_status(value => $status, compare => 'ok', litteral => 1)) { $self->{output}->output_add(severity => $status, - short_msg => sprintf("Replicatin test '%s' status on '%s' is '%s' [error: %s]", + short_msg => sprintf("Replication test '%s' status on '%s' is '%s' [error: %s]", $self->{data}->{check}, $self->{data}->{server}, $self->{data}->{result}, $self->{data}->{error})); } } @@ -108,4 +108,4 @@ __END__ Method to check Exchange 2010 queues. -=cut \ No newline at end of file +=cut