summaryrefslogtreecommitdiff
path: root/Help/guide/tutorial
diff options
context:
space:
mode:
authortocic <tocic@protonmail.ch>2022-09-04 13:35:38 +0300
committerCraig Scott <craig.scott@crascit.com>2022-09-04 23:04:49 +1000
commit83c89cea5a99e69efab1fdf0debf28507cddfbc8 (patch)
treecb584628dc56ff3812c6418c1409a5f5db4b05ac /Help/guide/tutorial
parent61d434d6a7880b7e13e24b666c1115546d6b6756 (diff)
downloadcmake-83c89cea5a99e69efab1fdf0debf28507cddfbc8.tar.gz
Help: Fix minor typos in guides
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 91b46a7782..e795be2c8d 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