disks: fix typo

This commit is contained in:
Fabian Grünbichler
2016-09-28 13:42:25 +02:00
committed by Dietmar Maurer
parent 1c99955364
commit e3b02ffe6e

View File

@ -138,7 +138,7 @@ __PACKAGE__->register_method ({
$result = PVE::Diskmanage::get_smart_data($disk); $result = PVE::Diskmanage::get_smart_data($disk);
} }
$result->{health} = 'UNKOWN' if !defined $result->{health}; $result->{health} = 'UNKNOWN' if !defined $result->{health};
return $result; return $result;
}}); }});