Browse Source

Help: Fix typo in INSTALL_PARALLEL documentation

Nils Gladitz 1 month ago
parent
commit
1f99ea95d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Help/prop_gbl/INSTALL_PARALLEL.rst

+ 1 - 1
Help/prop_gbl/INSTALL_PARALLEL.rst

@@ -23,5 +23,5 @@ explicit dependency on the ``install/local`` target for each subdirectory.
 Calls to :command:`install(CODE)` or :command:`install(SCRIPT)` might depend
 Calls to :command:`install(CODE)` or :command:`install(SCRIPT)` might depend
 on actions performed by an earlier :command:`install` command in a different
 on actions performed by an earlier :command:`install` command in a different
 directory such as files installed or variable settings. If the project has
 directory such as files installed or variable settings. If the project has
-such order-dependent installation logic, parallel installation should be
+such order-dependent installation logic, parallel installation should
 not be enabled, in order to prevent possible race conditions.
 not be enabled, in order to prevent possible race conditions.