From 30cdea53e6180bf830fc0571dfd3645cd6f24632 Mon Sep 17 00:00:00 2001 From: Mathis Kelm <mathis.kelm@iws.uni-stuttgart.de> Date: Mon, 17 Oct 2022 10:23:53 +0300 Subject: [PATCH] [cleanup] fix spelling mistakes found by codespell --- .gitlab-ci/default.yml | 2 +- dumux/discretization/cellcentered/mpfa/connectivitymap.hh | 2 +- dumux/multidomain/io/vtkoutputmodule.hh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/default.yml b/.gitlab-ci/default.yml index c4d65103b0..6b04a76eb5 100644 --- a/.gitlab-ci/default.yml +++ b/.gitlab-ci/default.yml @@ -82,7 +82,7 @@ codespell: stage: linting script: - codespell --version - - codespell --skip="*format/fmt/,*build-cmake*,*.png,*.svg,*.eps,*.bib,*.tex,patches,.git" --ignore-words-list="ges" + - codespell --skip="*format/fmt/,*build-cmake*,*.png,*.svg,*.eps,*.bib,*.tex,patches,.git,*staggered_grid.pdf" --ignore-words-list="ges" needs: - job: configure artifacts: true diff --git a/dumux/discretization/cellcentered/mpfa/connectivitymap.hh b/dumux/discretization/cellcentered/mpfa/connectivitymap.hh index 8fcab2ddb4..57b9e55e39 100644 --- a/dumux/discretization/cellcentered/mpfa/connectivitymap.hh +++ b/dumux/discretization/cellcentered/mpfa/connectivitymap.hh @@ -22,7 +22,7 @@ * \brief Stores the face indices corresponding to the neighbors of an element * that contribute to the derivative calculation. Depending on if an * mpfa scheme leads to a symmetric/unsymmetric sparsity pattern, the - * adequate implementation of the connectiviy map is chosen. + * adequate implementation of the connectivity map is chosen. */ #ifndef DUMUX_CC_MPFA_CONNECTIVITY_MAP_HH #define DUMUX_CC_MPFA_CONNECTIVITY_MAP_HH diff --git a/dumux/multidomain/io/vtkoutputmodule.hh b/dumux/multidomain/io/vtkoutputmodule.hh index 60992d430a..ddc610ed23 100644 --- a/dumux/multidomain/io/vtkoutputmodule.hh +++ b/dumux/multidomain/io/vtkoutputmodule.hh @@ -103,7 +103,7 @@ public: }); } - //! Write the data for this timestep to file for all output moduless + //! Write the data for this timestep to file for all output modules void write(double t, Dune::VTK::OutputType type = Dune::VTK::ascii) { using namespace Dune::Hybrid; -- GitLab