fix typo
This commit is contained in:
parent
ffe9b21b58
commit
cf604518a5
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
catch (std::exception & e)
|
||||
{
|
||||
std::cerr << "Error runnig tests: " << e.what() << std::endl;
|
||||
std::cerr << "Error running tests: " << e.what() << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue