From f020ab45182a9f82e55f8fd94fbc57cf7f3e2ecc Mon Sep 17 00:00:00 2001 From: Colin Gagnaire Date: Mon, 23 Jul 2018 18:18:56 +0200 Subject: [PATCH] fix netapp restapi volumeusage typo (#1074) --- storage/netapp/restapi/mode/volumeusage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/netapp/restapi/mode/volumeusage.pm b/storage/netapp/restapi/mode/volumeusage.pm index fb3d74d00..c6f4f500b 100644 --- a/storage/netapp/restapi/mode/volumeusage.pm +++ b/storage/netapp/restapi/mode/volumeusage.pm @@ -270,7 +270,7 @@ sub custom_deduplication_perfdata { min => 0, max => $self->{result_values}->{total}); } -sub custom_deduplicationn_threshold { +sub custom_deduplication_threshold { my ($self, %options) = @_; my ($exit, $threshold_value);