Source: libio-socket-multicast-perl
Version: 1.05-2
Severity: minor

See the attached patch.

--
Jakub Wilk
diff --git a/Multicast.pm b/Multicast.pm
--- a/Multicast.pm
+++ b/Multicast.pm
@@ -77,7 +77,7 @@
   return $interface if length $interface == 16;
   croak "IO::Interface module not available; use IP addr for interface"
     unless $sock->can('if_addr');
-  croak "unknown or unconfigured interace $interface"
+  croak "unknown or unconfigured interface $interface"
     unless my $addr = $sock->if_addr($interface);
   croak "interface is not multicast capable"
     unless $interface eq 'any' or ($sock->if_flags($interface) & IFF_MULTICAST());

Reply via email to