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