diff --git a/test/material/fluidsystems/test_fluidsystems.cc b/test/material/fluidsystems/test_fluidsystems.cc index 5ce0d7d5f4b67861b929d8c786880c46f87acbf8..0053bab8693165f821a0a83c3f02f881dcbd5e65 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> >;