]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some typos. 1645/head
authorDavid Wells <wellsd2@rpi.edu>
Mon, 21 Sep 2015 14:53:43 +0000 (10:53 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Mon, 21 Sep 2015 14:57:20 +0000 (10:57 -0400)
20 files changed:
cmake/cpack-mac-bundle/dealii-terminal.in
cmake/cpack-mac-bundle/dealii.conf.in
cmake/macros/macro_configure_feature.cmake
cmake/macros/macro_deal_ii_invoke_autopilot.cmake
cmake/macros/macro_deal_ii_setup_target.cmake
cmake/macros/macro_enable_if_supported.cmake
cmake/macros/macro_register_feature.cmake
cmake/macros/macro_replace_flag.cmake
cmake/macros/macro_strip_flag.cmake
cmake/modules/FindARPACK.cmake
cmake/scripts/expand_instantiations.cc
cmake/scripts/run_test.cmake
cmake/setup_cached_variables.cmake
cmake/setup_compiler_flags_gnu.cmake
cmake/setup_deal_ii.cmake
contrib/parameter_gui/parameter_delegate.cpp
contrib/parameter_gui/xml_parameter_reader.h
contrib/parameter_gui/xml_parameter_writer.h
contrib/utilities/gridio.cc
doc/users/cmakelists.html

index c78b401fa78c14cb9afe5599f1434262e007c334..71b887dc410e1387cf00c8f6945edc60aa477989 100755 (executable)
@@ -29,7 +29,7 @@ if [ -z "$DEAL_II_BUNDLE" ]; then
            return=`/usr/bin/osascript <<EOF
 tell app "System Events"
     Activate
-    display dialog "This commands need to know where you installed the deal.II appliaction. If you moved it or renamed it, and you want to run this script from the command line, export the variable DEAL_II_BUNDLE to the correct path." buttons "OK" default button 1 with title "Location of deal.II changed." with icon 0
+    display dialog "This commands need to know where you installed the deal.II application. If you moved it or renamed it, and you want to run this script from the command line, export the variable DEAL_II_BUNDLE to the correct path." buttons "OK" default button 1 with title "Location of deal.II changed." with icon 0
 end tell
 EOF`
     exit 1
index 8b81430961537a7c43279e488acae544344aa874..e6280a9037eb2907bcbb51d082a58975fea12989 100644 (file)
@@ -19,7 +19,7 @@ if [ -z "$DEAL_II_BUNDLE" ]; then
     cat << EOF
 *** Warning: I did not find the deal.II installation in $DEAL_II_BUNDLE.
     Could not set the environment to work with deal.II. Either reinstall
-    or set the environment vairiable DEAL_II_BUNDLE to the correct value.
+    or set the environment variable DEAL_II_BUNDLE to the correct value.
     Things may not work as you expect if you continue.
 EOF
     fi
@@ -35,7 +35,7 @@ export PATH=$DEAL_II_RESOURCES/bin:$PATH
 export DYLD_LIBRARY_PATH=$DEAL_II_RESOURCES/lib:$DYLD_LIBRARY_PATH
 export DEAL_II_DIR=$DEAL_II_RESOURCES
 
-# Do wathever the external library tells us to
+# Do whatever the external library tells us to
 if [ -f $DEAL_II_RESOURCES/opt/external.conf ]; then
     . $DEAL_II_RESOURCES/opt/external.conf
 fi
index 3ac8b235e0528b7bd2ee3436d6e136f0746cf93f..be1d5e86a1baff0f90b2e3d089ebd49dc0423b23 100644 (file)
@@ -24,7 +24,7 @@
 #
 # FEATURE_${feature}_DEPENDS    (a variable)
 #    a variable which contains an optional list of other features
-#    this feature depends on (and which have to be enbled for this feature
+#    this feature depends on (and which have to be enabled for this feature
 #    to work.)
 #    Features must be given with short name, i.e. without DEAL_II_WITH_
 #
@@ -55,7 +55,7 @@
 #    external dependencies.
 #
 # FEATURE_${feature}_ERROR_MESSAGE()  (macro)
-#    which should print a meaningfull error message (with FATAL_ERROR) for
+#    which should print a meaningful error message (with FATAL_ERROR) for
 #    the case that no usable library was found.
 #    If not defined, a suitable default error message will be printed.
 #
index da5cce039cb6b873e0b7cf6174aa4bef5ea785a6..91781dcdcdcda0f13fc0bfe7f4eac8da2aefb9cd 100644 (file)
@@ -145,7 +145,7 @@ MACRO(DEAL_II_INVOKE_AUTOPILOT)
     COMMENT "Switch CMAKE_BUILD_TYPE to Release"
     )
 
-  # Only mention release and debug targets if it is actuallay possible to
+  # Only mention release and debug targets if it is actually possible to
   # switch between them:
   IF(${DEAL_II_BUILD_TYPE} MATCHES "DebugRelease")
     SET(_switch_targets
index 1016c2456c3ac4375e15d06b3dc40c16a5221c29..f971888f993f5b1362bb7a76e18d07d92fd49a08 100644 (file)
@@ -42,7 +42,7 @@
 # well as compile definitions to use and against which deal.II library it
 # should be linked against.
 #
-# If the requested build type is not availabe (e.g. DEBUG request but
+# If the requested build type is not available (e.g. DEBUG request but
 # deal.II was compiled with release mode only), the other available will be
 # used instead.
 #
index d84b2d98bbf812f0f4e06ea3a8792b2b55485dd1..581a7dd4824653ed05d7e30ee7feee7fa472ce71 100644 (file)
@@ -39,7 +39,7 @@ MACRO(ENABLE_IF_SUPPORTED _variable _flag)
   #
   # Gcc does not emit a warning if testing -Wno-... flags which leads to
   # false positive detection. Unfortunately it later warns that an unknown
-  # warning option is used if another warning is emited in the same
+  # warning option is used if another warning is emitted in the same
   # compilation unit.
   # Therefore we invert the test for -Wno-... flags:
   #
index d92b70bf96d20332972f1652ee84e65cc811e7b2..2fc11ae5f9bc5333682c63a4056497e852626823 100644 (file)
@@ -37,7 +37,7 @@ MACRO(REGISTER_FEATURE _feature)
     #   DEAL_II_LIBRARIES
     #   DEAL_II_LIBRARIES_DEBUG
     #   DEAL_II_LIBRARIES_RELEASE
-    # depending on the "optmized", "debug" or "general" keyword
+    # depending on the "optimized", "debug" or "general" keyword
     #
     SET(_toggle "general")
     FOREACH(_tmp ${${_feature}_LIBRARIES})
index 321a8b9a4c7750901b0ea297ab5a5ff616bb753c..dd9dc295c5091b30a5ebe7f1a53f205769bc96c5 100644 (file)
@@ -14,7 +14,7 @@
 ## ---------------------------------------------------------------------
 
 #
-# Replace all occurences of "${flag}" with "${replacement}" in the string
+# Replace all occurrences of "${flag}" with "${replacement}" in the string
 # variable.
 #
 # Usage:
index 00dd3a1fb6595cc0286cb11e1de9a7ac8bec7c73..a7ac40aa7f71dd601f7a05829ef13c76225d841d 100644 (file)
@@ -14,7 +14,7 @@
 ## ---------------------------------------------------------------------
 
 #
-# Remove all occurences of "${flag}" in the string variable.
+# Remove all occurrences of "${flag}" in the string variable.
 #
 # Usage:
 #     STRIP_FLAG(variable flag)
index f8e26eb1f98b30dbae7a199fadef53e707e8c48e..7d923e5fbbab3691184a3229bd5249e464d7b85e 100644 (file)
@@ -54,7 +54,7 @@ ENDIF()
 
 IF(NOT DEAL_II_ARPACK_WITH_PARPACK)
   #
-  # We have to avoid an unfortuante symbol clash with "libscalapack.so" -
+  # We have to avoid an unfortunate symbol clash with "libscalapack.so" -
   # arpack happened to blindly copy a symbol name...
   #   https://github.com/opencollab/arpack-ng/issues/18
   #   https://github.com/opencollab/arpack-ng/pull/21
index fdfa9a9520f7e839ea3a08f23936aa57ce82c364..bb099183bfe2c17ef86b28ce5628a7c69c887bcb 100644 (file)
@@ -31,7 +31,7 @@
 // make sense for the current configuration. For example, the list of VECTORS
 // is going to contain PETSc vectors if so configured.
 //
-// The second intput is read from the command line and consists of a sequence
+// The second input is read from the command line and consists of a sequence
 // of statements of the following form:
 // --------------------
 // for (u,v:VECTORS; z:SCALARS) { f(u, z, const v &); }
index 2ba1fc8881b22115ef7fd3cd1ae5b0b5af0cce80..e4ab1e5cba8e9a8b7b45163d0c5343876950f91d 100644 (file)
@@ -59,7 +59,7 @@ EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND}
   )
 
 #
-# Determine the last succesful stage of the test:
+# Determine the last successful stage of the test:
 # (Possible values are CONFIGURE, BUILD, RUN, DIFF, PASSED)
 #
 
index 1520d5666492547d12a78bec4c7c813facf49039..8dff4ca139894d13adc93dc5e8c1def9adacde95 100644 (file)
@@ -180,7 +180,7 @@ IF(DEAL_II_STATIC_EXECUTABLE)
 ENDIF()
 
 SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH "ON" CACHE BOOL
-  "Set the rpath of the library to the external link pathes on installation"
+  "Set the rpath of the library to the external link paths on installation"
   )
 MARK_AS_ADVANCED(CMAKE_INSTALL_RPATH_USE_LINK_PATH)
 
index 8dab112884cb3543fe019974273ce35d43169097..96246f36839bf446dbd920df43f446876d974173 100644 (file)
@@ -86,7 +86,7 @@ IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
 
   #
   # Clang verbosely warns about not supporting all our friend declarations
-  # (and consequently removing access control alltogether)
+  # (and consequently removing access control altogether)
   #
   ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wno-unsupported-friend")
 
index 1450a76cd88c5aa5d65301c488a445ec69a2b7ce..c5dd78fc0751c578a767e6f4b1088ae24bf338f3 100644 (file)
@@ -20,7 +20,7 @@
 # configuration to determine paths, locations and names. Some linkage and
 # crosscompilation setup happens also in here.
 #
-# Definitions marked with *) can be overriden by defining them to cache
+# Definitions marked with *) can be overridden by defining them to cache
 # prior to the call of this file. This is done with the help of the
 # SET_IF_EMPTY macro.
 #
index d6bf6db18c08cf247315e1898d18ce2633b41120..462486aafc46dbf2fff4830435e909cfb7b2fbc3 100644 (file)
@@ -33,7 +33,7 @@ namespace dealii
       double_steps    = 0.1;                   // any click in the editor will increase or decrease the value about double_steps
       double_decimals = 14;                    // number of decimals shown in the editor
 
-      int_steps = 1;                           // step value for increasing or decrasing integers
+      int_steps = 1;                           // step value for increasing or decreasing integers
     }
 
 
index 79642908ef7ec8f77897912510a73bb0d3abd7d1..41e8a9fde066a4dde7e6911da8a132f5e8471de0 100644 (file)
@@ -51,7 +51,7 @@ namespace dealii
         XMLParameterReader (QTreeWidget *tree_widget);
                                     /**
                                      * This function reads the parameters from @p device into the <tt>tree_widget</tt>.
-                                     * We use the QXmlStreaReader class for this.
+                                     * We use the QXmlStreamReader class for this.
                                      * There must be a start element
                                      * <code>&lt;ParameterHandler&gt;</code>
                                      * and an end element <code>&lt;/ParameterHandler&gt;</code>
index 57cd338888780c974a2d2373811c89434bff0b90..de2f425b7a0aa4acea566a57c07b62a94ca7fb6d 100644 (file)
@@ -50,7 +50,7 @@ namespace dealii
         XMLParameterWriter (QTreeWidget *tree_widget);
                                     /**
                                      * This function writes the parameter values stored in <tt>tree_widget</tt>
-                                     * to @p device in XML format. We use the QXmlStreaWriter class
+                                     * to @p device in XML format. We use the QXmlStreamWriter class
                                      * for this. The root element is
                                      * <code>&lt;ParameterHandler&gt;</code>
                                      */
index a2712b12bf063842934789490d5e4224e13c7258..5940b745938f5b8ae91a13bf41afed50a26c7616 100644 (file)
@@ -16,7 +16,7 @@
 // Author: Guido Kanschat
 
 // A little program reading a grid *.inp and writing it to *.eps.
-// Some more functionality should be added som time.
+// Some more functionality should be added some time.
 
 #include <grid/tria.h>
 #include <grid/grid_in.h>
index 116af8866da117eaca6607c002bfe94731e0d230..046bf68fcf0f14545352bef58c3b37d1d055b51c 100644 (file)
@@ -409,7 +409,7 @@ statement:
 <pre class="cmake">
 FOREACH(element ${list})
   ...
-ENDFOREACH
+ENDFOREACH()
 </pre>
 Note: It is also possible to specify the list directly:
 <pre class="cmake">

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.