diff --git a/.gitlab-ci/default.yml b/.gitlab-ci/default.yml
index c4d65103b0f01f2e587f5aacb55855cb28dbfc8d..6b04a76eb5af025a9f1f30dbb4ec837314ebf63a 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 8fcab2ddb45dc4824b2d0d5f123fa01ef35878dd..57b9e55e3942e63e68a458d8a442e611e94345c3 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 60992d430a702c38a27386388d3a380e65d16b63..ddc610ed234efcc398b27e3d09d5f6f1cd45f9a8 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;