mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Fixed typos (mainly in comments)
This commit is contained in:
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user