From 2443763dc4f98adad635d7abdc504f6c7f518526 Mon Sep 17 00:00:00 2001
From: Mathis Kelm <mathis.kelm@iws.uni-stuttgart.de>
Date: Wed, 28 Oct 2020 12:10:50 +0100
Subject: [PATCH] [cleanup] Consistent spelling as nonwetting/Nonwetting

---
 exercises/exercise-basic/injection2p2cproblem.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/exercise-basic/injection2p2cproblem.hh b/exercises/exercise-basic/injection2p2cproblem.hh
index 81a59398..fcf856c8 100644
--- a/exercises/exercise-basic/injection2p2cproblem.hh
+++ b/exercises/exercise-basic/injection2p2cproblem.hh
@@ -217,7 +217,7 @@ public:
 
         // note that because we start with a single phase system the primary variables
         // are pl and x^w_N2. This will switch as soon after we start injecting to a two
-        // phase system so the primary variables will be pl and Sn (non-wetting saturation).
+        // phase system so the primary variables will be pl and Sn (nonwetting saturation).
         values[Indices::pressureIdx] = pw;
         values[Indices::switchIdx] = moleFracLiquidN2;
 
-- 
GitLab