diff mbox series

cve-check-map.conf: fix typo in comment

Message ID 20260513085559.768118-1-thomas.perrot@bootlin.com
State Under Review
Headers show
Series cve-check-map.conf: fix typo in comment | expand

Commit Message

Thomas Perrot May 13, 2026, 8:55 a.m. UTC
From: Thomas Perrot <thomas.perrot@bootlin.com>

Fix a typo in the comment for the fixed-version status: "verion" -> "version".

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
---
 meta/conf/cve-check-map.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/conf/cve-check-map.conf b/meta/conf/cve-check-map.conf
index fc49fe0a500c..2068c67caec4 100644
--- a/meta/conf/cve-check-map.conf
+++ b/meta/conf/cve-check-map.conf
@@ -6,7 +6,7 @@  CVE_CHECK_STATUSMAP[patched] = "Patched"
 CVE_CHECK_STATUSMAP[backported-patch] = "Patched"
 # use when NVD DB does not mention patched versions of stable/LTS branches which have upstream CVE backports
 CVE_CHECK_STATUSMAP[cpe-stable-backport] = "Patched"
-# use when NVD DB does not mention correct version or does not mention any verion at all
+# use when NVD DB does not mention correct version or does not mention any version at all
 CVE_CHECK_STATUSMAP[fixed-version] = "Patched"
 # use when a fix file has been included (set automatically)
 CVE_CHECK_STATUSMAP[fix-file-included] = "Patched"