Fix various typos and grammatical issues

This commit is contained in:
luz paz
2022-11-29 17:38:14 -05:00
committed by wwmayer
parent 5b63289c5b
commit fa98553775
18 changed files with 18 additions and 18 deletions

View File

@@ -288,7 +288,7 @@ void SolverReportingManager::LogToConsole(const std::string& str)
if(str.size() < Base::Console().BufferSize)
Base::Console().Log(str.c_str());
else
Base::Console().Log("SolverReportingManager - Too long string suppressed");
Base::Console().Log("SolverReportingManager - Overly long string suppressed");
}
void SolverReportingManager::LogToFile(const std::string& str)