Spelling corrections and comment fixes

This commit is contained in:
Jason Turner
2014-09-08 11:10:53 -06:00
parent 251790f144
commit eed90b521d
12 changed files with 23 additions and 24 deletions

View File

@@ -173,7 +173,7 @@ namespace chaiscript
}
//Add a bit of chaiscript to eval during module implementation
//Add a bit of ChaiScript to eval during module implementation
Module &eval(const std::string &str)
{
m_evals.push_back(str);