From: Matthias Maier Date: Thu, 18 Jul 2013 11:10:32 +0000 (+0000) Subject: Fix some typos in comments X-Git-Tag: v8.0.0~91 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aadc0ffd969e62c1441840180728eca1b088a10;p=dealii.git Fix some typos in comments git-svn-id: https://svn.dealii.org/trunk@30031 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake b/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake index e22b9f37ac..e9d92a9e1d 100644 --- a/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake +++ b/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake @@ -91,7 +91,7 @@ MACRO(DEAL_II_INVOKE_AUTOPILOT) COMMENT "Switch CMAKE_BUILD_TYPE to Release" ) - # Only mention release and debug targets if its actuallay possible to + # Only mention release and debug targets if it is actuallay possible to # switch between them: IF(${DEAL_II_BUILD_TYPE} MATCHES "DebugRelease") SET(_switch_targets diff --git a/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake b/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake index 3eaee85366..5d82c29064 100644 --- a/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake +++ b/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake @@ -68,7 +68,7 @@ MACRO(DEAL_II_SETUP_TARGET _target) # # If the global property DEBUG_CONFIGURATIONS is set all build # types that (case insensitive) match one of the listed build types is - # considered a "debug" build. Ther rest is "optimized". + # considered a "debug" build. The rest is "optimized". # # Otherwise every build type that (case insensitively) matches "debug" is # considered a debug build. @@ -117,7 +117,7 @@ MACRO(DEAL_II_SETUP_TARGET _target) TARGET_LINK_LIBRARIES(${_target} ${DEAL_II_TARGET}) # - # If DEAL_II_STATIC_EXECUTABLE is set, switch to final link type to + # If DEAL_II_STATIC_EXECUTABLE is set, switch the final link type to # static: # IF(DEAL_II_STATIC_EXECUTABLE)