Fixup various spelling errors (#1208)
This commit is contained in:
parent
d38f782995
commit
b11175548a
18 changed files with 29 additions and 29 deletions
|
@ -133,7 +133,7 @@ namespace Catch {
|
|||
if ( !exceptions.empty() ) {
|
||||
m_startupExceptions = true;
|
||||
Colour colourGuard( Colour::Red );
|
||||
Catch::cerr() << "Errors occured during startup!" << '\n';
|
||||
Catch::cerr() << "Errors occurred during startup!" << '\n';
|
||||
// iterate over all exceptions and notify user
|
||||
for ( const auto& ex_ptr : exceptions ) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue