Fixed a typo

This commit is contained in:
Harry Moffat 2007-12-21 00:42:43 +00:00
parent a6163b96a9
commit c65443d5e4

View file

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