From 7cbd35f88ba283a0b5dd7297b5b56aa3f0cf5b92 Mon Sep 17 00:00:00 2001 From: maier Date: Wed, 26 Sep 2012 16:24:37 +0000 Subject: [PATCH] Fix some typos in the readme git-svn-id: https://svn.dealii.org/branches/branch_cmake@26754 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/README.CMAKE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/README.CMAKE b/deal.II/README.CMAKE index 9645503ef9..80f75f3f24 100644 --- a/deal.II/README.CMAKE +++ b/deal.II/README.CMAKE @@ -701,10 +701,10 @@ DEVELOPMENT FEATURE__FIND_EXTERNAL(var) (macro, mandatory) which should set var to TRUE if all dependencies for the feature are - fullfilled. In this case all necessary variables for + fulfilled. In this case all necessary variables for FEATURE__CONFIGURE_EXTERNAL must be set. Otherwise var should remain unset. - This macro should give an error (SEND_ERROR or FATAL_ERROR). + This macro must not give an error (SEND_ERROR or FATAL_ERROR). FEATURE__CONFIGURE_EXTERNAL(var) (macro, mandatory) which should setup all necessary configuration for the feature with @@ -716,7 +716,7 @@ DEVELOPMENT is set up, or be undefined. FEATURE__ERROR_MESSAGE() (macro, optional) - which should print a meaningfull error message (with SEND_ERROR) for + which should print a meaningful error message (with SEND_ERROR) for the case that no external library was found (and contrib is not allowed to be used.) If not defined, a suitable default error message will be printed. -- 2.39.5