Dynare++: fix typos

time-shift
Sébastien Villemot 2019-04-15 18:32:51 +02:00
parent e281f35213
commit 3cfb9ed6d2
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 2 deletions

View File

@ -177,13 +177,13 @@ main(int argc, char **argv)
}
catch (const KordException &e)
{
printf("Caugth Kord exception: ");
printf("Caught Kord exception: ");
e.print();
return e.code();
}
catch (const TLException &e)
{
printf("Caugth TL exception: ");
printf("Caught TL exception: ");
e.print();
return 255;
}