From beb638adb76c64ef2d9af465f811f4d7e4ec1900 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 8 Aug 2020 11:46:28 +0000 Subject: Correct a typo in compare-nvd-cve --- bin/compare-nvd-cve | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compare-nvd-cve b/bin/compare-nvd-cve index 707ac839ea..bcee148ab5 100755 --- a/bin/compare-nvd-cve +++ b/bin/compare-nvd-cve @@ -87,7 +87,7 @@ for my $year (reverse 2002 .. (gmtime())[5]+1900) { print STDERR "warning: $cve in Debian refer to $cpe, while NVD do not (found $cpelist).\n" } elsif (2 == $info{$cpe}) { if (exists $cperevmap{$cpe}) { - print STDERR "warning: $cve in NVD is not refering to $cpe found in Debian.\n" + print STDERR "warning: $cve in NVD is not referring to $cpe found in Debian.\n" } } elsif (3 == $info{$cpe}) { -- cgit v1.2.3