From: Daniel Arndt Date: Fri, 27 Jun 2025 03:36:45 +0000 (-0700) Subject: Fix some typos found by codespell X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3012f666de75e7853994e65ff58a349c665c7ca;p=dealii.git Fix some typos found by codespell --- diff --git a/cmake/macros/macro_collect_source_and_header_files.cmake b/cmake/macros/macro_collect_source_and_header_files.cmake index 3a2ba9682c..ac1abf0669 100644 --- a/cmake/macros/macro_collect_source_and_header_files.cmake +++ b/cmake/macros/macro_collect_source_and_header_files.cmake @@ -13,7 +13,7 @@ ## ------------------------------------------------------------------------ # -# collect_source_and_header_files("" "
") +# collect_source_and_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. diff --git a/cmake/modules/FindDEAL_II_MPI.cmake b/cmake/modules/FindDEAL_II_MPI.cmake index 4e4bc249bd..cc75eb0223 100644 --- a/cmake/modules/FindDEAL_II_MPI.cmake +++ b/cmake/modules/FindDEAL_II_MPI.cmake @@ -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() diff --git a/cmake/modules/FindDEAL_II_MUMPS.cmake b/cmake/modules/FindDEAL_II_MUMPS.cmake index d6f8b396b0..b864fdb05b 100644 --- a/cmake/modules/FindDEAL_II_MUMPS.cmake +++ b/cmake/modules/FindDEAL_II_MUMPS.cmake @@ -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 diff --git a/cmake/setup_compiler_flags_gnu.cmake b/cmake/setup_compiler_flags_gnu.cmake index d2168e2002..22d0f59767 100644 --- a/cmake/setup_compiler_flags_gnu.cmake +++ b/cmake/setup_compiler_flags_gnu.cmake @@ -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) diff --git a/doc/news/7.2.0-vs-7.3.0.h b/doc/news/7.2.0-vs-7.3.0.h index 4cfd493b2a..bf1648724c 100644 --- a/doc/news/7.2.0-vs-7.3.0.h +++ b/doc/news/7.2.0-vs-7.3.0.h @@ -500,7 +500,7 @@ was inconsistent. This is now fixed.
(Timo Heister, 2012/09/16) -
  • Changed: Due to incompatibilties with some hdf5 packages installed from +
  • Changed: Due to incompatibilities with some hdf5 packages installed from repositories we disable auto-detection of hdf5. Use --with-hdf if you need it.
    (Timo Heister, 2012/09/14) diff --git a/examples/step-93/doc/intro.dox b/examples/step-93/doc/intro.dox index 38d959bcd2..a326a27545 100644 --- a/examples/step-93/doc/intro.dox +++ b/examples/step-93/doc/intro.dox @@ -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