]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Typos
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Dec 2013 13:51:24 +0000 (13:51 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Dec 2013 13:51:24 +0000 (13:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@32101 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/bundled/CMakeLists.txt
deal.II/cmake/config/CMakeLists.txt
deal.II/cmake/scripts/CMakeLists.txt
deal.II/cmake/setup_cached_variables.cmake
deal.II/cmake/setup_compiler_flags.cmake
deal.II/cmake/setup_testsuite.cmake
deal.II/contrib/CMakeLists.txt
deal.II/doc/CMakeLists.txt
deal.II/examples/CMakeLists.txt
deal.II/source/CMakeLists.txt
deal.II/tests/quick_tests/CMakeLists.txt

index 9e82ec672a8fad920785f5fb6e08a0a32383fcd4..5330907750338b491ed70929693093a2907eb774 100644 (file)
@@ -18,7 +18,7 @@
 # Compile and install enabled bundled features:
 #
 
-MESSAGE(STATUS "Setup bundled features")
+MESSAGE(STATUS "Setting up bundled features")
 
 
 IF(FEATURE_BOOST_BUNDLED_CONFIGURED)
@@ -71,4 +71,4 @@ IF(FEATURE_UMFPACK_BUNDLED_CONFIGURED)
 ENDIF()
 
 
-MESSAGE(STATUS "Setup bundled features - Done")
+MESSAGE(STATUS "Setting up bundled features - Done")
index 987df97bf968698b076df7feadc4edd56e18a2ea..4ade81d2b2f00244685269d107ed2b8b293edae3 100644 (file)
@@ -26,7 +26,7 @@
 # two distinct set ups.
 #
 
-MESSAGE(STATUS "Setup project configuration")
+MESSAGE(STATUS "Setting up project configuration")
 
 #
 # Read in auxiliary include directories for the build directory
@@ -380,4 +380,4 @@ IF(DEAL_II_COMPONENT_COMPAT_FILES)
     )
 ENDIF()
 
-MESSAGE(STATUS "Setup project configuration - Done")
+MESSAGE(STATUS "Setting up project configuration - Done")
index 8c38f883de80bff00167df7dce7ca72e47043424..9bd6e3493da5dddb6a2496890d954d2703f57eb3 100644 (file)
@@ -20,7 +20,7 @@ SET_TARGET_PROPERTIES(expand_instantiations_exe
   )
 
 IF(DEAL_II_COMPONENT_COMPAT_FILES)
-  MESSAGE(STATUS "Setup compat_files")
+  MESSAGE(STATUS "Setting up compat_files")
 
   #
   # Also build and install the old dependency_resolution executable:
@@ -40,5 +40,5 @@ IF(DEAL_II_COMPONENT_COMPAT_FILES)
     DESTINATION ${DEAL_II_COMMON_RELDIR}/scripts
     COMPONENT compat_files
     )
-  MESSAGE(STATUS "Setup compat_files - Done")
+  MESSAGE(STATUS "Setting up compat_files - Done")
 ENDIF()
index f6e074057c9a957511d4e51108ea52c6495a0c3a..3cad88e7d21be58ea0e3d7f25d57eb6349e3ae8a 100644 (file)
@@ -15,7 +15,7 @@
 ## ---------------------------------------------------------------------
 
 #
-# Setup cached variables (prior to the PROJECT(deal.II) call)
+# Set up cached variables (prior to the PROJECT(deal.II) call)
 #
 # This file sets up the following cached Options:
 #
@@ -55,7 +55,7 @@
 #
 
 MESSAGE(STATUS "")
-MESSAGE(STATUS "Set up cached variables.")
+MESSAGE(STATUS "Setting up cached variables.")
 
 
 ########################################################################
@@ -99,7 +99,7 @@ OPTION(DEAL_II_COMPONENT_PARAMETER_GUI
   )
 
 OPTION(DEAL_II_ALLOW_AUTODETECTION
-  "Allow to automatically setup features by setting all undefined DEAL_II_WITH_* variables to ON or OFF"
+  "Allow to automatically set up features by setting all undefined DEAL_II_WITH_* variables to ON or OFF"
   ON
   )
 
index 1caeff34e9e6982062118066d364165a569b4ebd..848f601042c6054d5df8b45c9c7662287e5f651c 100644 (file)
@@ -102,7 +102,7 @@ IF(DEAL_II_SETUP_DEFAULT_COMPILER_FLAGS)
   # *Hooray* We are allowed to set compiler flags :-]
   #
   MESSAGE(STATUS "")
-  MESSAGE(STATUS "Set up default compiler flags.")
+  MESSAGE(STATUS "Setting up default compiler flags.")
 
   #
   # General setup for GCC and compilers sufficiently close to GCC:
index 564a99acbf15d76156c8396d37a29730bc0a6983..888d32ad28c371fb5efd8adff22b2e09245b47dd 100644 (file)
@@ -30,7 +30,7 @@
 SET_IF_EMPTY(MAKEOPTS $ENV{MAKEOPTS})
 
 MESSAGE(STATUS "")
-MESSAGE(STATUS "Setup testsuite with TEST_DIR ${TEST_DIR}")
+MESSAGE(STATUS "Testsuite will be set up with TEST_DIR=${TEST_DIR}")
 
 ADD_SUBDIRECTORY(
   ${CMAKE_SOURCE_DIR}/tests/quick_tests
@@ -73,7 +73,7 @@ ADD_CUSTOM_TARGET(clean_tests
     -- ${MAKEOPTS}
   )
 
-MESSAGE(STATUS "Setup testsuite")
+MESSAGE(STATUS "Setting up testsuite")
 
 #
 # Provide custom targets to setup and prune the testsuite subproject:
@@ -152,7 +152,7 @@ FOREACH(_category ${_categories})
       )
   ENDIF()
 ENDFOREACH()
-MESSAGE(STATUS "Setup testsuite - Done")
+MESSAGE(STATUS "Setting up testsuite - Done")
 
 MESSAGE(STATUS "Regenerating testsuite subprojects")
 EXECUTE_PROCESS(
index 0be39e772a35adcbb132709b7f1410b94fe6f153..33272b9037bb6de16c3140655cab37f68cf4564e 100644 (file)
 ## ---------------------------------------------------------------------
 
 IF(DEAL_II_COMPONENT_MESH_CONVERTER)
-  MESSAGE(STATUS "Setup mesh_converter")
+  MESSAGE(STATUS "Setting up mesh_converter")
   ADD_SUBDIRECTORY(mesh_conversion)
-  MESSAGE(STATUS "Setup mesh_converter - Done")
+  MESSAGE(STATUS "Setting up mesh_converter - Done")
 ENDIF()
 
 IF(DEAL_II_COMPONENT_PARAMETER_GUI)
-  MESSAGE(STATUS "Setup parameter_gui")
+  MESSAGE(STATUS "Setting up parameter_gui")
   ADD_SUBDIRECTORY(parameter_gui)
-  MESSAGE(STATUS "Setup parameter_gui - Done")
+  MESSAGE(STATUS "Setting up parameter_gui - Done")
 ENDIF()
 
index b7efaf534cff20e25bf96a779d34b9089d5291bb..64d79e2c07bc1676ccea15ef8dbd9734f9dac425 100644 (file)
@@ -19,7 +19,7 @@
 #
 IF(DEAL_II_COMPONENT_DOCUMENTATION)
 
-  MESSAGE(STATUS "Setup documentation")
+  MESSAGE(STATUS "Setting up documentation")
 
   ADD_SUBDIRECTORY(doxygen)
 
@@ -44,7 +44,7 @@ IF(DEAL_II_COMPONENT_DOCUMENTATION)
     COMPONENT documentation
     )
 
-  MESSAGE(STATUS "Setup documentation - Done")
+  MESSAGE(STATUS "Setting up documentation - Done")
 
 ENDIF(DEAL_II_COMPONENT_DOCUMENTATION)
 
index 45f41856a9202e7c2b50cfb4d1e51b94951f6b94..ba2e146d3b110f939923e0117b1dfc5c53488c9e 100644 (file)
@@ -15,7 +15,7 @@
 ## ---------------------------------------------------------------------
 
 IF(DEAL_II_COMPONENT_EXAMPLES)
-  MESSAGE(STATUS "Setup examples")
+  MESSAGE(STATUS "Setting up examples")
 
   INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
     DESTINATION ${DEAL_II_EXAMPLES_RELDIR}
@@ -45,5 +45,5 @@ IF(DEAL_II_COMPONENT_EXAMPLES)
     PATTERN "untitled.msh"         # step-49
     )
 
-  MESSAGE(STATUS "Setup examples - Done")
+  MESSAGE(STATUS "Setting up examples - Done")
 ENDIF()
index dd6de69d3e4bf717c570534cbd751069762e466a..53d3d7fe0250648f9dff03ff4deeaa8601821cb9 100644 (file)
@@ -14,7 +14,7 @@
 ##
 ## ---------------------------------------------------------------------
 
-MESSAGE(STATUS "Setup library")
+MESSAGE(STATUS "Setting up library")
 
 #
 # Compile the deal.II library
@@ -117,4 +117,4 @@ INSTALL(EXPORT ${DEAL_II_PROJECT_CONFIG_NAME}Targets
   COMPONENT library
   )
 
-MESSAGE(STATUS "Setup library - Done")
+MESSAGE(STATUS "Setting up library - Done")
index 232036aae0f6525f502584dbd34e35586f8e5fd4..b3b6642f5557652da86f16e6dc4f761d2b5f7068 100644 (file)
@@ -21,7 +21,7 @@ ENABLE_TESTING()
 
 # Use the first available build type (this prefers debug mode if available):
 LIST(GET DEAL_II_BUILD_TYPES 0 _mybuild)
-MESSAGE(STATUS "Setup quick_tests in ${_mybuild} mode")
+MESSAGE(STATUS "Setting up quick_tests in ${_mybuild} mode")
 
 SET(ALL_TESTS) # clean variable
 
@@ -110,4 +110,4 @@ ADD_CUSTOM_TARGET(test
   )
 ADD_DEPENDENCIES(test build_library)
 
-MESSAGE(STATUS "Setup quick_tests in ${_mybuild} mode - Done")
+MESSAGE(STATUS "Setting up quick_tests in ${_mybuild} mode - Done")

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.