diff mbox series

[05/11] migration-guide: migration-6.0: fix typos in cve-check removal

Message ID 20260508-misc-typo-20260508-v1-5-8fb61b5358cc@cherry.de
State New
Headers show
Series fix typos, grammar, consistency, missing word, and broken links | expand

Commit Message

Quentin Schulz May 8, 2026, 4:59 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

s/annonated/annotated/

Replace "add back" with "bring back" which (to my ears/eyes) sounds
better.

Fixes: 8572a9e780f2 ("migration-guides/migration-6.0.rst: add migration notes on cve-check removal")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/migration-guides/migration-6.0.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/documentation/migration-guides/migration-6.0.rst b/documentation/migration-guides/migration-6.0.rst
index 793ae3301..25bcac207 100644
--- a/documentation/migration-guides/migration-6.0.rst
+++ b/documentation/migration-guides/migration-6.0.rst
@@ -340,11 +340,11 @@  Users currently using the ``cve-check`` class are advised to switch to
       report in the same format as the one deployed by the ``cve-check`` class.
 
    -  A file ending with ``.sbom-cve-check.spdx.json``: this is an output SPDX
-      report annonated with vulnerable CVEs.
+      report annotated with vulnerable CVEs.
 
 -  The ``cve-check`` class output summary file (deployed in the
    :term:`DEPLOY_DIR_IMAGE`) ending with ``.cve.txt`` is no longer
-   deployed by default but can be added back by adding the following statement
+   deployed by default but can be brought back by adding the following statement
    to a configuration file::
 
       SBOM_CVE_CHECK_EXPORT_VARS:append = " SBOM_CVE_CHECK_EXPORT_SUMMARY"