From 654a3185a94f62091b5b6d331997ab6e3aa9f569 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 27 Sep 2018 07:34:56 +0200 Subject: [PATCH] Fix typo --- cmake/configure/configure_3_petsc.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ) -- 2.39.5