]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix typos in documentation of cmake usage
authorfelix.gruber <felix.gruber@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Aug 2013 20:44:34 +0000 (20:44 +0000)
committerfelix.gruber <felix.gruber@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Aug 2013 20:44:34 +0000 (20:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@30207 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_deal_ii.cmake
deal.II/doc/development/cmake-internals.html
deal.II/doc/development/cmake.html

index b9078a241ef4a702e979a243b76f09f1749123b6..a07c54f4658caa48dbab8ebf9d386a403a173a76 100644 (file)
@@ -110,7 +110,7 @@ IF(DEAL_II_COMPONENT_COMPAT_FILES)
       (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") )
     #
     # Ensure that in case of an out of source build BINARY_DIR/include !=
-    # INSTALL_PREFIX/include us always true. Otherwise stale headers might
+    # INSTALL_PREFIX/include is always true. Otherwise stale headers might
     # get included resulting in a failing build.
     #
     SET_IF_EMPTY(DEAL_II_INCLUDE_RELDIR "include/install")
index 1822169adbc4a92090546a4399f49b0e89106bdd..903af06bfa0e455ab933ad7e29a4c699c87f89b0 100644 (file)
@@ -19,7 +19,7 @@
     <p>
       This page provides details about the CMake build system. Files
       processed by the top level <code>CMakeLists.txt</code> script are
-      listed in the TOC in cronological order.
+      listed in the TOC in chronological order.
     </p>
 
     <p>
       )
       </pre>
       CMake operates almost always with variables in global state. To guard
-      against accidential overwrite of variables the following naming
+      against accidental overwrite of variables the following naming
       conventions must be followed at all times:
       <ul>
         <li>
         <pre>
 
     CHECK_CXX_SOURCE_COMPILES(source variable)
-      - Checks whether it is possible to compile _and_ link the code snipet
-        &lt;source&gt;. If succesful, variable is set to 1.
+      - Checks whether it is possible to compile _and_ link the code snippet
+        &lt;source&gt;. If successful, variable is set to 1.
 
     CHECK_CXX_SOURCE_RUNS(source variable)
-      - variable is set to 1 if &lt;source&gt; coulde be succesfully compiled and
+      - variable is set to 1 if &lt;source&gt; could be successfully compiled and
         linked and the resulting program ran and exited without error.
         Avoid this macro outside of a DEAL_II_ALLOW_PLATFORM_INTROSPECTION
         guard. A sensible fallback should be provided if the check cannot
         <li> Necessary include directories and libraries necessary for
         linkage can be set in the list variables
         <code>CMAKE_REQUIRED_INCLUDES</code> and
-        <code>CMAKE_REQUIRED_LIBRARIES</code>. It is best ot append these
+        <code>CMAKE_REQUIRED_LIBRARIES</code>. It is best to append these
         lists and later on reset <code>CMAKE_REQUIRED_*</code> (including
         <code>CMAKE_REQUIRED_FLAGS</code>) to their default values:
          <pre>
 
     FEATURE_&lt;FEATURE&gt;_DEPENDS              (a variable)
       - a variable which contains an optional list of other features
-        this feature depends on (and which have to be enbled for this feature
+        this feature depends on (and which have to be enabled for this feature
         to work.) The features must be given with the full option toggle:
         DEAL_II_WITH_[...]
 
     # Glob for all header files associated with the object target:
     # As this list is only for cosmetic reasons, so that associated header
     # files show up in IDEs, we don't manage an explicit list (with the
-    # tradeoff to have to run "make rebuild_cache" when a new header file
+    # trade-off to have to run "make rebuild_cache" when a new header file
     # emerges...)
     #
     FILE(GLOB _header
index 65b39f8e584769313db1c8ea8a1fcd386c676729..2cfdb653de2e5435de155cdad7cdfe0f1c3f9232 100644 (file)
       </pre>
       switches off support for the METIS library that may have been
       automatically detected during the first invocation of
-      <code>cmake</code> and enables support for Trilinos by enablind
+      <code>cmake</code> and enables support for Trilinos by enabling
       <code>DEAL_II_WITH_TRILINOS</code> and setting
       <code>TRILINOS_DIR</code>.
     </p>
       Alternatively, cached variables set by the
       <code>Find&lt;Module&gt;</code> mechanism may be set,
       hinted or overwritten directly (variable names are highly
-      dependend on the actual library). You can get a list via
+      dependent on the actual library). You can get a list via
       <pre>
 
     make edit_cache
       <ul>
         <li>
           The compiler <i>must</i> be specified at the very first
-          invokation of <code>cmake</code>.
+          invocation of <code>cmake</code>.
         <li>
           A working CXX compiler is needed. It is optional to provide a C
           or Fortran compiler.

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.