diff options
author | tocic <tocic@protonmail.ch> | 2022-09-04 10:35:38 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-09-04 13:04:49 (GMT) |
commit | 83c89cea5a99e69efab1fdf0debf28507cddfbc8 (patch) | |
tree | cb584628dc56ff3812c6418c1409a5f5db4b05ac /Help | |
parent | 61d434d6a7880b7e13e24b666c1115546d6b6756 (diff) | |
download | CMake-83c89cea5a99e69efab1fdf0debf28507cddfbc8.zip CMake-83c89cea5a99e69efab1fdf0debf28507cddfbc8.tar.gz CMake-83c89cea5a99e69efab1fdf0debf28507cddfbc8.tar.bz2 |
Help: Fix minor typos in guides
Diffstat (limited to 'Help')
-rw-r--r-- | Help/guide/tutorial/Packaging Debug and Release.rst | 2 | ||||
-rw-r--r-- | Help/guide/user-interaction/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/guide/tutorial/Packaging Debug and Release.rst b/Help/guide/tutorial/Packaging Debug and Release.rst index 91b46a7..e795be2 100644 --- a/Help/guide/tutorial/Packaging Debug and Release.rst +++ b/Help/guide/tutorial/Packaging Debug and Release.rst @@ -44,7 +44,7 @@ Let's also add version numbering to the ``MathFunctions`` library. In :end-before: # install rules From the ``Step12`` directory, create ``debug`` and ``release`` -subbdirectories. The layout will look like: +subdirectories. The layout will look like: .. code-block:: none diff --git a/Help/guide/user-interaction/index.rst b/Help/guide/user-interaction/index.rst index 1c60d2d..9cc5816 100644 --- a/Help/guide/user-interaction/index.rst +++ b/Help/guide/user-interaction/index.rst @@ -675,7 +675,7 @@ and use it as the :variable:`CMAKE_MAKE_PROGRAM`. For completeness, ``nmake`` is an alternative tool which can process the output of the :generator:`NMake Makefiles JOM` generator, but doing -so would be a pessimisation. +so would be a pessimization. Software Installation ===================== |