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
commit3119a568fd7e0c564be6c8c731eea020ce60cc09 (patch)
tree64ea36e7883bdbc9825141e1e81ce0c0cf591696 /bin
parent7b897db1bcc03b6a5456808b2b01e2fa6fc800ba (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