Merge pull request #304 from Sims24/master

MSExchange 2010 - Fix typo
This commit is contained in:
qgarnier 2016-01-27 11:35:15 +01:00
commit e98c552a97
1 changed files with 2 additions and 2 deletions

View File

@ -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
=cut