Capcity -> Capacity (#10974)

Correct spelling error
This commit is contained in:
Dan Langille
2019-12-25 11:06:45 +01:00
committed by PipoCanaja
co-authored by PipoCanaja
parent 82bad5f701
commit c7d4de6e15
+1 -1
View File
@@ -50,7 +50,7 @@ if (!isset($vars['pool'])) {
} else {
$graphs = array(
'zfs_pool_space'=>'Pool Space',
'zfs_pool_cap'=>'Pool Capcity',
'zfs_pool_cap'=>'Pool Capacity',
'zfs_pool_frag'=>'Pool Fragmentation',
);
}