From ac5910c989acbca85077f5420901203bb28002d0 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Tue, 28 Mar 2017 09:52:54 +0200 Subject: [PATCH] + Fix #624 --- apps/centreon/local/mode/retentionbroker.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/centreon/local/mode/retentionbroker.pm b/apps/centreon/local/mode/retentionbroker.pm index d0c0f2003..5f064ca3e 100644 --- a/apps/centreon/local/mode/retentionbroker.pm +++ b/apps/centreon/local/mode/retentionbroker.pm @@ -76,7 +76,7 @@ sub run { my ($self, %options) = @_; $self->{output}->output_add(severity => 'OK', - short_msg => 'centreon-broker failover files and tempory are ok'); + short_msg => 'centreon-broker failover/temporary files are ok'); my $total_size = 0; foreach my $config (@{$self->{option_results}->{broker_config}}) {