]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix several typos in CMake documentation
authorBang He <hebang0@gmail.com>
Sat, 10 Aug 2019 02:37:10 +0000 (20:37 -0600)
committerBang He <hebang0@gmail.com>
Sat, 10 Aug 2019 02:37:54 +0000 (20:37 -0600)
doc/users/cmakelists.html

index c7becab2efb499a278b4cb63f53509218f1296d1..39e550ac180836de57f7e8c9622e0e4d05d620f7 100644 (file)
@@ -475,7 +475,7 @@ source file you have to touch a <code>CMakeLists.txt</code> file or to run
   invocation. This means they take precedence over all flags defined via
   globally via <code>CMAKE_CXX_FLAGS</code>, etc., or as a directory
   property. If you wish to modify flags or preprocessor definitions set up
-  with <code>DEAL_II_SETUP_TARGET</code> modify on of the following
+  with <code>DEAL_II_SETUP_TARGET</code> modify one of the following
   variables (see the section about <a
     href="#dealiiconfig"><code>deal.IIConfig.cmake</code></a> for
   details):
@@ -515,7 +515,7 @@ is not equal to <code>Debug</code>, <code>Release</code>, or
 </p>
 <p>
 Furthermore, this macro sets the C++ compiler to the one used for compiling
-the deal.II library. The variables will <code>CMAKE_CXX_FLAGS</code>,
+the deal.II library. The variables <code>CMAKE_CXX_FLAGS</code>,
 <code>CMAKE_CXX_FLAGS_DEBUG</code>, and
 <code>CMAKE_CXX_FLAGS_RELEASE</code> will be initialized with the empty
 string.
@@ -560,7 +560,7 @@ project "foo" at least of version 8.0 write:
 FIND_PACKAGE(foo 8.0 REQUIRED)
 </pre>
 Alternatively, the version number and <code>REQUIRED</code> keyword can be
-omitted. (Depending on the external library) the project configuration or
+omitted (Depending on the external library). The project configuration or
 find macro will usually define variables like <code>FOO_INCLUDE_DIRS</code>
 and <code>FOO_LIBRARIES</code> that can be directly used in your
 <code>CMakeLists.txt</code> file:

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.