diff --git a/lib/App/Netdisco/Web/Plugin/Device/Ports.pm b/lib/App/Netdisco/Web/Plugin/Device/Ports.pm index be5f98ea..51ed71ff 100644 --- a/lib/App/Netdisco/Web/Plugin/Device/Ports.pm +++ b/lib/App/Netdisco/Web/Plugin/Device/Ports.pm @@ -31,7 +31,7 @@ get '/ajax/content/device/ports' => require_login sub { # change wildcard chars to SQL $f =~ s/\*/%/g; $f =~ s/\?/_/g; - # set wilcards at param boundaries + # set wildcards at param boundaries if ($f !~ m/[%_]/) { $f =~ s/^\%*/%/; $f =~ s/\%*$/%/;