fix netapp restapi volumeusage typo (#1074)

This commit is contained in:
Colin Gagnaire 2018-07-23 18:18:56 +02:00 committed by GitHub
parent c9e402be68
commit f020ab4518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);