From b52aaaf1a1cc58a39212a1fe7a2d8d9e7f429803 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 7 Oct 2017 13:08:46 +0100 Subject: [PATCH] fix typo --- lib/App/Netdisco/DB/Result/Device.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/Netdisco/DB/Result/Device.pm b/lib/App/Netdisco/DB/Result/Device.pm index 6733426f..6ee06a01 100644 --- a/lib/App/Netdisco/DB/Result/Device.pm +++ b/lib/App/Netdisco/DB/Result/Device.pm @@ -199,7 +199,7 @@ Returns true if the vendor of the device is "netdisco". =cut -sub not_pseudo { +sub is_pseudo { my $device = shift; return (defined $device->vendor and $device->vendor eq 'netdisco'); }