mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
test/stdcxx: spelling fix
This commit is contained in:
parent
5f0008cbc9
commit
7f78d182f8
@ -58,7 +58,7 @@ static void test_stdexcept()
|
||||
try {
|
||||
throw std::invalid_argument("INVALID");
|
||||
} catch (std::invalid_argument) {
|
||||
std::cout << "catched std::invalid_argument"<< std::endl;
|
||||
std::cout << "caught std::invalid_argument"<< std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user