From 1315ee324ed5077833b6f6cfe386e15772104eb8 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sun, 19 Oct 2008 14:50:49 +0000 Subject: [PATCH] Fixed a spelling error. --- Cantera/src/base/stringUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/base/stringUtils.cpp b/Cantera/src/base/stringUtils.cpp index 98c7b3789..727f8e553 100755 --- a/Cantera/src/base/stringUtils.cpp +++ b/Cantera/src/base/stringUtils.cpp @@ -387,7 +387,7 @@ namespace Cantera { } else { std::string hh(dptr); free(eptr); - throw CanteraError("aotofCheck", + throw CanteraError("atofCheck", "Trouble processing string, " + hh); } }