From c7d4de6e155bb97b06e72ef5b69db8405c1dd3f8 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Wed, 25 Dec 2019 05:06:45 -0500 Subject: [PATCH] Capcity -> Capacity (#10974) Correct spelling error --- includes/html/pages/device/apps/zfs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/html/pages/device/apps/zfs.inc.php b/includes/html/pages/device/apps/zfs.inc.php index a6a6aefdec..64775043eb 100644 --- a/includes/html/pages/device/apps/zfs.inc.php +++ b/includes/html/pages/device/apps/zfs.inc.php @@ -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', ); }