Fixed a typo in a comment

This commit is contained in:
Harry Moffat 2003-06-10 16:39:32 +00:00
parent 97d3438d33
commit 00a5e7b130

View file

@ -170,7 +170,7 @@ namespace Cantera {
// CANTERA_ROOT is defined in file ctdir.h. This file is written
// during the build process (unix), and points to the directory
// specified by the 'prefix' option to 'configure', or else to
// /usr/local.cantera. This will generally not be defined under
// /usr/local/cantera. This will generally not be defined under
// Windows.
#ifdef CANTERA_ROOT
string datadir = string(CANTERA_ROOT) + "/data";