From 00a5e7b13007990024bc4535e68bdf852ca1396a Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 10 Jun 2003 16:39:32 +0000 Subject: [PATCH] Fixed a typo in a comment --- Cantera/src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/misc.cpp b/Cantera/src/misc.cpp index 8617b1d16..1cd3ccbcb 100755 --- a/Cantera/src/misc.cpp +++ b/Cantera/src/misc.cpp @@ -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";