Capcity -> Capacity (#10974)

Correct spelling error
This commit is contained in:
Dan Langille
2019-12-25 05:06:45 -05:00
committed by PipoCanaja
parent 82bad5f701
commit c7d4de6e15

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',
);
}