]> git.proxmox.com Git - pve-storage.git/commitdiff
disks: fix typo
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 28 Sep 2016 11:42:25 +0000 (13:42 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 29 Sep 2016 06:42:15 +0000 (08:42 +0200)
PVE/API2/Disks.pm

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