diff --git a/network/alcatel/common/mode/components/powersupply.pm b/network/alcatel/common/mode/components/powersupply.pm index 22902766c..75a6591ba 100644 --- a/network/alcatel/common/mode/components/powersupply.pm +++ b/network/alcatel/common/mode/components/powersupply.pm @@ -95,7 +95,7 @@ sub check { foreach (@oper_conditions) { if ($phys_oper_status{$oper_status} =~ /$$_[0]/i) { $self->{output}->output_add(severity => $$_[1], - short_msg => sprintf("power supply '%s/%s/%s' oeprationnal status is %s", + short_msg => sprintf("power supply '%s/%s/%s' operationnal status is %s", $name, $descr, $instance, $phys_oper_status{$oper_status})); last; } @@ -103,4 +103,4 @@ sub check { } } -1; \ No newline at end of file +1;