diff --git a/doc/_config.adoc b/doc/_config.adoc index 99470356b..67abb0997 100644 --- a/doc/_config.adoc +++ b/doc/_config.adoc @@ -37,7 +37,7 @@ ifndef::include-only-once[] :doc_osi-sensor-model-packaging: ../../osi-sensor-model-packaging/doc/ // Since a document spanning multiple repos is rendered here, the pathing regarding images is a bit involved. // We create a variable for every repo that is included. It point to the repo in question. -// If the subrepo is rendered seperatly, then the variable is set to just "./images" with ifdef. +// If the subrepo is rendered separately, then the variable is set to just "./images" with ifdef. // Please note that this variable has to used in all image includes. Includes here have to use "image::./images..." // :images_osi_sensor_model_packaging: ./osi-sensor-model-packaging/doc/images // example :imagesoutdir: ./images/generated_images diff --git a/doc/images/OSI_BaseMoving.svg b/doc/images/OSI_BaseMoving.svg index d26570c76..f0025a6e7 100644 --- a/doc/images/OSI_BaseMoving.svg +++ b/doc/images/OSI_BaseMoving.svg @@ -412,7 +412,7 @@ // See [\c Noise protection](\ref NOISE_PROTECTION_TEXT). - // // // // diff --git a/tests/test_invalid_enum.py b/tests/test_invalid_enum.py index 7e7823f0f..7b932cd8b 100644 --- a/tests/test_invalid_enum.py +++ b/tests/test_invalid_enum.py @@ -71,7 +71,7 @@ def test_correct_enum_name(self): + "'", ) - # Test to check ENUM type is in captial letters/upper case. + # Test to check ENUM type is in capital letters/upper case. self.assertEqual( checkName, checkName.upper(),