From f85a4316dcd0baff1ae210a7a7ea8dc48775fa66 Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 26 Aug 2015 09:30:09 -0400 Subject: [PATCH] Fix some typos in the documentation. --- doc/developers/cmake-internals.html | 6 +++--- doc/developers/porting.html | 8 ++++---- doc/developers/testsuite.html | 6 +++--- doc/developers/writing-documentation.html | 4 ++-- doc/users/cmakelists.html | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/developers/cmake-internals.html b/doc/developers/cmake-internals.html index e5ec6c0c26..4c29722b2a 100644 --- a/doc/developers/cmake-internals.html +++ b/doc/developers/cmake-internals.html @@ -445,7 +445,7 @@ FEATURE_DEFINITIONS(|_DEBUG|_RELEASE)
 FEATURE_<FEATURE>_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.)
     Features must be given with short name, i.e. without DEAL_II_WITH_
 
@@ -559,7 +559,7 @@ DEAL_II_FORCE_BUNDLED_<FEATURE>        (an option)
         
  • DEAL_II_USER_INCLUDE_DIRS
  • - Include dirs from bundled packages necessary for the compilation fo + Include dirs from bundled packages necessary for the compilation of the library and user projects out of the build directory: