From e0e3b0446b36f2910a9374721527011669bf91a9 Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 13 Sep 2012 14:36:49 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.dealii.org/branches/branch_cmake@26352 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/cmake/check/check_for_cxx_features.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/contrib/cmake/check/check_for_cxx_features.cmake b/deal.II/contrib/cmake/check/check_for_cxx_features.cmake index a6cada2476..65ba3a282f 100644 --- a/deal.II/contrib/cmake/check/check_for_cxx_features.cmake +++ b/deal.II/contrib/cmake/check/check_for_cxx_features.cmake @@ -155,9 +155,9 @@ IF(DEAL_II_HAVE_CXX0X_FLAG) IF(DEAL_II_CAN_USE_CXX1X) # - # Also test for a couple C++0x things that we don't use in the library - # but that users may want to use in their applications and that we - # might want to test in the testsuite + # Also test for a couple of C++0x things that we don't use in the + # library but that users may want to use in their applications and that + # we might want to test in the testsuite # CHECK_CXX_SOURCE_COMPILES( -- 2.39.5