From: Daniel Arndt Date: Thu, 27 Sep 2018 05:34:56 +0000 (+0200) Subject: Fix typo X-Git-Tag: v9.1.0-rc1~621^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654a3185a94f62091b5b6d331997ab6e3aa9f569;p=dealii.git Fix typo --- diff --git a/cmake/configure/configure_3_petsc.cmake b/cmake/configure/configure_3_petsc.cmake index f95de0331a..901557528e 100644 --- a/cmake/configure/configure_3_petsc.cmake +++ b/cmake/configure/configure_3_petsc.cmake @@ -100,13 +100,13 @@ MACRO(FEATURE_PETSC_FIND_EXTERNAL var) IF( PETSC_WITH_COMPLEX AND NOT DEAL_II_WITH_COMPLEX_VALUES ) MESSAGE(STATUS "The PETSc configuration is incompatible with the deal.II configuration: " "PETSc is compiled with complex scalar type. " - "This requites support for complex values in deal.II as well." + "This requires support for complex values in deal.II as well." ) SET(PETSC_ADDITIONAL_ERROR_STRING ${PETSC_ADDITIONAL_ERROR_STRING} "The PETSc configuration is incompatible with the deal.II configuration:\n" "PETSc is compiled with complex scalar type. " - "This requites support for complex values in deal.II as well.\n" + "This requires support for complex values in deal.II as well.\n" " DEAL_II_WITH_COMPLEX_VALUES = ${DEAL_II_WITH_COMPLEX_VALUES}\n" " PETSC_WITH_COMPLEX = (${PETSC_WITH_COMPLEX})\n" )