浏览代码

Merge topic 'tutorial-typo'

b42a63605c Tutorial: Fix minor typo in index.rst

Acked-by: Kitware Robot <[email protected]>
Merge-request: !5662
Brad King 5 年之前
父节点
当前提交
49cec642af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Help/guide/tutorial/index.rst

+ 1 - 1
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