summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-08-08 11:46:28 +0000
committerFelix Yan <felixonmars@archlinux.org>2020-08-08 11:46:28 +0000
commitbeb638adb76c64ef2d9af465f811f4d7e4ec1900 (patch)
tree604a64ba94924df4fdffdb81bccd97ce39dd0674 /bin
parentd15c5220e6e108d6c72b1ced36505b022ea860c7 (diff)
Correct a typo in compare-nvd-cve
Diffstat (limited to 'bin')
-rwxr-xr-xbin/compare-nvd-cve2
1 files changed, 1 insertions, 1 deletions
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}) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy