From fe05c0d7467a067baf741bbac193f48d09751bd1 Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Thu, 30 Aug 2018 09:14:38 +0200
Subject: [PATCH] [test][fluidsystems] fix typo, rephrase comment

---
 test/material/fluidsystems/test_fluidsystems.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/material/fluidsystems/test_fluidsystems.cc b/test/material/fluidsystems/test_fluidsystems.cc
index 5ce0d7d5f4..0053bab869 100644
--- a/test/material/fluidsystems/test_fluidsystems.cc
+++ b/test/material/fluidsystems/test_fluidsystems.cc
@@ -151,8 +151,8 @@ int main()
     // Brine -- CO2
     // BrineCO2 does not fulfill the restrictToPhase-assertion where we assume that for all
     // functions depending on a phase index only fluid properties of this phase are used
-    // that is why checkFluidSystem() needs to be called with "false" here
-    // see checkFLuidSystem documentation!
+    // that is why checkFluidSystem() needs to be called with "false" here.
+    // Also see the checkFluidSystem documentation.
     {   using H2OType = Components::SimpleH2O<Scalar>;
         using FluidSystem = FluidSystems::BrineCO2< Scalar, HeterogeneousCO2Tables::CO2Tables,
                                                     H2OType, FluidSystems::BrineCO2DefaultPolicy</*useConstantSalinity=*/true> >;
-- 
GitLab