From: David Wells Date: Thu, 25 Jun 2015 12:06:23 +0000 (-0400) Subject: Fix a spelling error induced by the C++14 PR. X-Git-Tag: v8.3.0-rc1~94^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74aa33134015a859feb0d26f750b0f8af51dbb01;p=dealii.git Fix a spelling error induced by the C++14 PR. --- diff --git a/cmake/checks/check_01_cxx_features.cmake b/cmake/checks/check_01_cxx_features.cmake index 8b098b5709..7884c45a10 100644 --- a/cmake/checks/check_01_cxx_features.cmake +++ b/cmake/checks/check_01_cxx_features.cmake @@ -34,7 +34,7 @@ ######################################################################## # -# backwards compatability with the old DEAL_II_CXX11_FLAG option +# backwards compatibility with the old DEAL_II_CXX11_FLAG option # IF(DEFINED DEAL_II_CXX11_FLAG AND NOT DEFINED DEAL_II_CXX_VERSION_FLAG)