Fixed typos (mainly in comments)

This commit is contained in:
Peter Klotz
2020-10-01 16:07:35 +02:00
parent 2639587745
commit 9eabbbedcf
7 changed files with 12 additions and 12 deletions

View File

@ -148,7 +148,7 @@ void test_search(const char* expression, const char* text, bool isperl = false,
{
double time = exec_timed_test([&]() { return (*i)->find_all(text); });
report_execution_time(time, table, row, heading);
std::cout << "Search with library: " << heading << " found " << last_value_returned << " occurances.\n";
std::cout << "Search with library: " << heading << " found " << last_value_returned << " occurrences.\n";
}
}
}