Merge pull request #474 from rk4an/patch-1

fix typo
This commit is contained in:
qgarnier 2016-08-18 10:18:50 +02:00 committed by GitHub
commit f3771be4df
1 changed files with 2 additions and 2 deletions

View File

@ -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;
1;