Tutorial: Fix some typos

This commit is contained in:
Tyler Yankee
2026-05-14 17:54:34 -04:00
parent a190daff88
commit fdc4511f18
3 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ Build and Run
-------------
First we must install the ``SimpleTest`` framework. Navigate to the
``Help/guide/Step10/SimpleTest`` directory and run the following commands
``Help/guide/Step10/SimpleTest`` directory and run the following commands.
.. code-block:: console
@@ -191,7 +191,7 @@ We do this with ``REQUIRED`` because the tests cannot build without
</details>
Next we add the ``SimpleTest::SimpleTest`` target to ``TestMathFunctions``
Next we add the ``SimpleTest::SimpleTest`` target to ``TestMathFunctions``.
.. raw:: html

View File

@@ -449,7 +449,7 @@ executable.
</details>
Next we need to describe the source files. For the implementation file,
``MathFunctions.cxx``, this is straight-forward; for the header file
``MathFunctions.cxx``, this is straightforward; for the header file
``MathFunctions.h`` we will need to use a ``FILE_SET``.
We can either give this ``FILE_SET`` its own name, or use the shortcut of naming

View File

@@ -471,7 +471,7 @@ When importing CMake targets from a target export file, there is no way to
incompatible version for the one we requested, we'll be stuck with any
side-effects incurred while we learned that version information.
The answer CMake provides for this problem is a light-weight version file which
The answer CMake provides for this problem is a lightweight version file which
only describes this version compatibility information, which can be checked
before CMake commits to fully importing the file.