From c65443d5e47275ee8c4c2f04a516673bd949ff24 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 21 Dec 2007 00:42:43 +0000 Subject: [PATCH] Fixed a typo --- Cantera/src/thermo/ThermoPhase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/thermo/ThermoPhase.h b/Cantera/src/thermo/ThermoPhase.h index 296123393..a96edcdf7 100755 --- a/Cantera/src/thermo/ThermoPhase.h +++ b/Cantera/src/thermo/ThermoPhase.h @@ -28,7 +28,7 @@ namespace Cantera { //@{ //! Standard state uses the molar convention const int cAC_CONVENTION_MOLAR = 0; - //! Stanadrd state uses the molality convention + //! Standard state uses the molality convention const int cAC_CONVENTION_MOLALITY = 1; //@} class XML_Node;