From 0bc8680d7f51a69957e2efd714060678c4a29e33 Mon Sep 17 00:00:00 2001 From: "felix.gruber" Date: Thu, 1 Aug 2013 20:44:34 +0000 Subject: [PATCH] fix typos in documentation of cmake usage git-svn-id: https://svn.dealii.org/trunk@30207 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/setup_deal_ii.cmake | 2 +- deal.II/doc/development/cmake-internals.html | 16 ++++++++-------- deal.II/doc/development/cmake.html | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/deal.II/cmake/setup_deal_ii.cmake b/deal.II/cmake/setup_deal_ii.cmake index b9078a241e..a07c54f465 100644 --- a/deal.II/cmake/setup_deal_ii.cmake +++ b/deal.II/cmake/setup_deal_ii.cmake @@ -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") diff --git a/deal.II/doc/development/cmake-internals.html b/deal.II/doc/development/cmake-internals.html index 1822169adb..903af06bfa 100644 --- a/deal.II/doc/development/cmake-internals.html +++ b/deal.II/doc/development/cmake-internals.html @@ -19,7 +19,7 @@

This page provides details about the CMake build system. Files processed by the top level CMakeLists.txt script are - listed in the TOC in cronological order. + listed in the TOC in chronological order.

@@ -115,7 +115,7 @@ ) 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: