diff --git a/dumux/discretization/cellcentered/tpfa/darcyslaw.hh b/dumux/discretization/cellcentered/tpfa/darcyslaw.hh
index 109ac32bc948b404b1cab200119e4c4dae3ca99c..d6ed9a01e590cd2ef1a882328545962c2520195b 100644
--- a/dumux/discretization/cellcentered/tpfa/darcyslaw.hh
+++ b/dumux/discretization/cellcentered/tpfa/darcyslaw.hh
@@ -40,7 +40,7 @@ class DarcysLawImplementation;
 /*!
  * \ingroup CCTpfaDiscretization
  * \brief Darcy's law for cell-centered finite volume schemes with two-point flux approximation
- * \note Darcy's law is speialized for network and surface grids (i.e. if grid dim < dimWorld)
+ * \note Darcy's law is specialized for network and surface grids (i.e. if grid dim < dimWorld)
  * \tparam Scalar the scalar type for scalar physical quantities
  * \tparam FVGridGeometry the grid geometry
  * \tparam isNetwork whether we are computing on a network grid embedded in a higher world dimension
@@ -51,7 +51,7 @@ class CCTpfaDarcysLaw;
 /*!
  * \ingroup CCTpfaDiscretization
  * \brief Darcy's law for cell-centered finite volume schemes with two-point flux approximation
- * \note Darcy's law is speialized for network and surface grids (i.e. if grid dim < dimWorld)
+ * \note Darcy's law is specialized for network and surface grids (i.e. if grid dim < dimWorld)
  */
 template <class TypeTag>
 class DarcysLawImplementation<TypeTag, DiscretizationMethod::cctpfa>