Small spelling fixes

This commit is contained in:
Melroy van den Berg 2023-12-20 02:37:32 +01:00 committed by GitHub
parent 554396be3b
commit 581cdf5b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4676,7 +4676,7 @@ namespace Catch {
ss << seed; ss << seed;
ss >> config.rngSeed; ss >> config.rngSeed;
if( ss.fail() ) if( ss.fail() )
throw std::runtime_error( "Argment to --rng-seed should be the word 'time' or a number" ); throw std::runtime_error( "Argument to --rng-seed should be the word 'time' or a number" );
} }
} }
inline void setVerbosity( ConfigData& config, int level ) { inline void setVerbosity( ConfigData& config, int level ) {
@ -7338,7 +7338,7 @@ namespace Catch {
Colour colourGuard( Colour::Red ); Colour colourGuard( Colour::Red );
Catch::cerr() Catch::cerr()
<< "Tag name [" << tag << "] not allowed.\n" << "Tag name [" << tag << "] not allowed.\n"
<< "Tag names starting with non alpha-numeric characters are reserved\n"; << "Tag names starting with non alphanumeric numeric characters are reserved\n";
} }
{ {
Colour colourGuard( Colour::FileName ); Colour colourGuard( Colour::FileName );