From: Daniel Arndt Date: Wed, 25 Oct 2017 16:56:03 +0000 (+0200) Subject: Fix typo X-Git-Tag: v9.0.0-rc1~881^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90bc6efa09ca6f0a7508a944749249441ce8e9a2;p=dealii.git Fix typo --- diff --git a/doc/developers/cmake-internals.html b/doc/developers/cmake-internals.html index 109ff75d44..571d91aa37 100644 --- a/doc/developers/cmake-internals.html +++ b/doc/developers/cmake-internals.html @@ -377,7 +377,7 @@ DEAL_II_PACKAGE_HANDLE(UMFPACK The macro concatenates all specified variables into the final FEATURE_SUFFIX variable. Hereby, a feature is successfully found if all REQUIRED variables are - non-empty an not set to "-NOTFOUND". + non-empty and not set to "-NOTFOUND". OPTIONAL variables are just filtered out in this case. As a last set of parameters the full list of cached search result variables must be specified after the CLEAR keyword -