From 9970b4bcc50ca45694657a4bae2336760a98e48c Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Fri, 22 Jan 2016 16:35:34 -0500 Subject: [PATCH] Fix typo in ThermoPhase.h --- include/cantera/thermo/ThermoPhase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cantera/thermo/ThermoPhase.h b/include/cantera/thermo/ThermoPhase.h index b947452e9..29f88884f 100644 --- a/include/cantera/thermo/ThermoPhase.h +++ b/include/cantera/thermo/ThermoPhase.h @@ -1243,7 +1243,7 @@ public: //! Return the fraction of vapor at the current conditions virtual doublereal vaporFraction() const { - throw NotImplementedError("ThermoPhase::vaprFraction"); + throw NotImplementedError("ThermoPhase::vaporFraction"); } //! Set the state to a saturated system at a particular temperature