From: David Wells Date: Wed, 26 Aug 2015 13:30:09 +0000 (-0400) Subject: Fix some typos in the documentation. X-Git-Tag: v8.4.0-rc2~544^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85a4316dcd0baff1ae210a7a7ea8dc48775fa66;p=dealii.git Fix some typos in the documentation. --- 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: