From b42a63605c70eb354985d881731ee3189dc7dfc4 Mon Sep 17 00:00:00 2001 From: fazl <5173704+fazl@users.noreply.github.com> Date: Tue, 29 Dec 2020 11:00:25 +0100 Subject: Tutorial: Fix minor typo in index.rst s/mqsqrt.h/mysqrt.h/ --- Help/guide/tutorial/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/guide/tutorial/index.rst b/Help/guide/tutorial/index.rst index 4b09e53..00fa39a 100644 --- a/Help/guide/tutorial/index.rst +++ b/Help/guide/tutorial/index.rst @@ -176,7 +176,7 @@ directory: To make use of the new library we will add an :command:`add_subdirectory` call in the top-level ``CMakeLists.txt`` file so that the library will get built. We add the new library to the executable, and add ``MathFunctions`` as -an include directory so that the ``mqsqrt.h`` header file can be found. The +an include directory so that the ``mysqrt.h`` header file can be found. The last few lines of the top-level ``CMakeLists.txt`` file should now look like: .. code-block:: cmake -- cgit v0.12