summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-09-05 11:41:22 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-09-05 11:41:37 (GMT)
commitaaaadfbe0bc78a6bab5f19da98689a8bfdeb1d80 (patch)
tree57fbf81693799c1bf56d25b0d3db76d877c3f9ea /Help/guide/tutorial
parent7e6f349e1a9ae66d1d993e1a44006459a0910b06 (diff)
parent83c89cea5a99e69efab1fdf0debf28507cddfbc8 (diff)
downloadCMake-aaaadfbe0bc78a6bab5f19da98689a8bfdeb1d80.zip
CMake-aaaadfbe0bc78a6bab5f19da98689a8bfdeb1d80.tar.gz
CMake-aaaadfbe0bc78a6bab5f19da98689a8bfdeb1d80.tar.bz2
Merge topic 'doc-guide-typos'
83c89cea5a Help: Fix minor typos in guides Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7641
Diffstat (limited to 'Help/guide/tutorial')
-rw-r--r--Help/guide/tutorial/Packaging Debug and Release.rst2
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