mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-04 19:08:12 +00:00
Fixed typo in CLI error reporting
This commit is contained in:
parent
b2a6fe971b
commit
50dee9ae57
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue