From 631f99f97bf8d363c32c646cfbbc02c2b68a5375 Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Wed, 4 Sep 2019 01:11:28 +0200 Subject: [PATCH] typo --- lib/SNMP/Info.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SNMP/Info.pm b/lib/SNMP/Info.pm index 38d0486e..569f5291 100644 --- a/lib/SNMP/Info.pm +++ b/lib/SNMP/Info.pm @@ -2180,7 +2180,7 @@ Returns an object of a more-specific subclass. my $info = new SNMP::Info(...); # Returns more specific object type - $info = $info->specific(); + my $specific = $info->specify(); Usually this method is called internally from new(AutoSpecify => 1)