From ce1bf95991499125340f9685f8e03888d099ca4f Mon Sep 17 00:00:00 2001
From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
Date: Thu, 17 Dec 2020 16:08:17 +0100
Subject: [PATCH] [fluidsystems][1padapter] Fix typo

---
 dumux/material/fluidsystems/1padapter.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/material/fluidsystems/1padapter.hh b/dumux/material/fluidsystems/1padapter.hh
index c8262032eb..082da5eedc 100644
--- a/dumux/material/fluidsystems/1padapter.hh
+++ b/dumux/material/fluidsystems/1padapter.hh
@@ -130,7 +130,7 @@ public:
     { return MultiPhaseFluidSystem::phaseName(phase); }
 
     /*!
-     * \brief There is only one phase, so not mass transfer between phases can occur
+     * \brief There is only one phase, so no mass transfer between phases can occur
      */
     static constexpr bool isMiscible()
     { return false; }
-- 
GitLab