From 186dd492435128de698f20cd2c4dbc8849557e6d Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 18 Jul 2013 11:10:32 +0000 Subject: [PATCH] Fix some typos in comments git-svn-id: https://svn.dealii.org/trunk@30031 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake | 2 +- deal.II/cmake/macros/macro_deal_ii_setup_target.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.5