From cdf977caa045385449f7b317f742da2cddf69c6a Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Tue, 9 Oct 2012 15:46:18 +0000
Subject: [PATCH] fixed typo

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9260 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 .../material/constraintsolvers/misciblemultiphasecomposition.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/material/constraintsolvers/misciblemultiphasecomposition.hh b/dumux/material/constraintsolvers/misciblemultiphasecomposition.hh
index fe9693e2c3..9d8a129e6e 100644
--- a/dumux/material/constraintsolvers/misciblemultiphasecomposition.hh
+++ b/dumux/material/constraintsolvers/misciblemultiphasecomposition.hh
@@ -141,7 +141,7 @@ public:
         }
 
         // assemble the equations expressing the fact that the
-        // fugacities of each component is equal in all phases
+        // fugacities of each component are equal in all phases
         for (int compIdx = 0; compIdx < numComponents; ++compIdx) {
             Scalar entryCol1 =
                 fluidState.fugacityCoefficient(/*phaseIdx=*/0, compIdx)
-- 
GitLab