diff --git a/test/catch.hpp b/test/catch.hpp index 340986a..996941d 100644 --- a/test/catch.hpp +++ b/test/catch.hpp @@ -4676,7 +4676,7 @@ namespace Catch { ss << seed; ss >> config.rngSeed; 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 ) { @@ -7338,7 +7338,7 @@ namespace Catch { Colour colourGuard( Colour::Red ); Catch::cerr() << "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 );