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/guide/tutorial/Packaging Debug and Release.rst | |
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/guide/tutorial/Packaging Debug and Release.rst')
-rw-r--r-- | Help/guide/tutorial/Packaging Debug and Release.rst | 2 |
1 files changed, 1 insertions, 1 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 |