You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Fix trivial spelling errors
- occured -> occurred - reponse -> response - seperated -> separated All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license. I am contributing on behalf of my employer Amazon Web Services, Inc.
This commit is contained in:
@ -204,7 +204,7 @@ void WEFileReadThread::setup(std::string FileName)
|
||||
catch (std::exception& ex)
|
||||
{
|
||||
// cout << ex.what() << endl;
|
||||
// throw runtime_error("Exception occured in WEFileReadThread\n");
|
||||
// throw runtime_error("Exception occurred in WEFileReadThread\n");
|
||||
throw runtime_error(ex.what());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user