From f3f7f83b9935045e1dfc5ceee1a1e5f633b2f76d Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Tue, 18 Oct 2022 07:11:35 +0000 Subject: [PATCH] Merge branch 'fix/codespell' into 'master' [cleanup] fix spelling mistakes found by codespell See merge request dumux-repositories/dumux!3327 (cherry picked from commit 15168e494a785740f6c8f302cd5e4a0272d4e056) 30cdea53 [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