Fix typo in ThermoPhase.h

This commit is contained in:
Bryan W. Weber 2016-01-22 16:35:34 -05:00
parent 28e8fa1d2d
commit 9970b4bcc5

View file

@ -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