]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some typos found by codespell 18587/head
authorDaniel Arndt <arndtd@ornl.gov>
Fri, 27 Jun 2025 03:36:45 +0000 (20:36 -0700)
committerDaniel Arndt <arndtd@ornl.gov>
Fri, 27 Jun 2025 03:36:45 +0000 (20:36 -0700)
cmake/macros/macro_collect_source_and_header_files.cmake
cmake/modules/FindDEAL_II_MPI.cmake
cmake/modules/FindDEAL_II_MUMPS.cmake
cmake/setup_compiler_flags_gnu.cmake
doc/news/7.2.0-vs-7.3.0.h
examples/step-93/doc/intro.dox

index 3a2ba9682c1b979b2d190fe9af4bd2ed6ab02a54..ac1abf0669baf90c1d93b2654a9a0b2c021e882c 100644 (file)
@@ -13,7 +13,7 @@
 ## ------------------------------------------------------------------------
 
 #
-# collect_source_and_header_files("<souce files>" "<header files>")
+# collect_source_and_header_files("<source files>" "<header files>")
 #
 # This macro appends a list of sources and header files to the global
 # properties DEAL_II_SOURCE_FILES and DEAL_II_HEADER_FILES.
index 4e4bc249bd50a76efb65e7ed88f21703c4800eb8..cc75eb022330e75e5a3354feb5890388ba969785 100644 (file)
@@ -53,7 +53,7 @@ if(NOT MPIEXEC_EXECUTABLE)
   elseif(DEFINED ENV{MPIEXEC})
     find_program(MPIEXEC_EXECUTABLE $ENV{MPIEXEC})
   endif()
-  # For backwards compatbility with old cmake versions:
+  # For backwards compatibility with old cmake versions:
   set(MPIEXEC "${MPIEXEC_EXECUTABLE}")
 endif()
 
index d6f8b396b01d4e9782e92a136ff550bd7b542820..b864fdb05ba932cbf17c7cb497c8930b6c5e9a44 100644 (file)
@@ -51,7 +51,7 @@ deal_ii_find_library(MUMPS_COMMON_LIBRARY
   )
 
 #
-# If we can find libpord.so (or similiar), link it in as well:
+# If we can find libpord.so (or similar), link it in as well:
 #
 deal_ii_find_library(PORD_LIBRARY
   NAMES pord
index d2168e200227f66c9adef57338c7de3936b971e6..22d0f597670e1fee8095f0df493c0d7dbd30ae10 100644 (file)
@@ -189,7 +189,7 @@ if (CMAKE_BUILD_TYPE MATCHES "Debug")
 
   list(APPEND DEAL_II_DEFINITIONS_DEBUG "DEBUG")
 
-  # Enable invalid element access and other checks in the c++ standard libray:
+  # Enable invalid element access and other checks in the c++ standard library:
   list(APPEND DEAL_II_DEFINITIONS_DEBUG "_GLIBCXX_ASSERTIONS")
   if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
     if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19)
index 4cfd493b2a85284fdfe1e0d6474a8b52bc8b1d8d..bf1648724ccf41ca30c115fdbb9064cbe510e40f 100644 (file)
@@ -500,7 +500,7 @@ was inconsistent. This is now fixed.
 <br>
 (Timo Heister, 2012/09/16)
 
-<li> Changed: Due to incompatibilties with some hdf5 packages installed from
+<li> Changed: Due to incompatibilities with some hdf5 packages installed from
 repositories we disable auto-detection of hdf5. Use --with-hdf if you need it.
 <br>
 (Timo Heister, 2012/09/14)
index 38d959bcd2f8b59d72e542df676bd42ab4901e2b..a326a27545fc9dc70cca2a680badaefe4b1efcef 100644 (file)
@@ -197,7 +197,7 @@ unknowns come last. However, the fact that we need to spell out such
 a convention should give you a hint that something with this kind of
 design is wrong. Most codes which would use a convention like this
 will, almost certainly, leave this convention implicit (something
-for the programer to know about) rather than enforcing it
+for the programmer to know about) rather than enforcing it
 explicitly (say, in the form of a function `mesh_dof_to_linear_system_index()`).
 It is then very easy for a number of bugs to emerge.
 For example, we can not renumber all degrees of freedom with the

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.