From ae5864168592fc616f95d1fb16f76128c78142ff Mon Sep 17 00:00:00 2001
From: "leopold.stadler" <leopold.stadler@baw.de>
Date: Wed, 2 Sep 2020 14:00:42 +0200
Subject: [PATCH] [flux][shallowwater] fix typo

---
 dumux/flux/shallowwaterflux.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/flux/shallowwaterflux.hh b/dumux/flux/shallowwaterflux.hh
index af23f08c55..671d5e575b 100644
--- a/dumux/flux/shallowwaterflux.hh
+++ b/dumux/flux/shallowwaterflux.hh
@@ -51,8 +51,8 @@ public:
      *
      *        The computed water flux of the Riemann solver is given
      *        in m^2/s, the momentum fluxes are given in m^3/s^2. The
-     *        Riemann flux is mltiplied by scv.area() to get the flux
-     *        over the face.
+     *        Riemann flux is multiplied by scvf.area() to get the
+     *        flux over the face.
      *
      * \todo The choice of the Riemann solver should be more flexible
      */
-- 
GitLab