* src/ltltest/randltl.cc: Typo.
This commit is contained in:
parent
86b7f26960
commit
81423bb743
2 changed files with 5 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ main(int argc, char** argv)
|
|||
if (opt_r > opt_f)
|
||||
{
|
||||
std::cerr << "-r's argument (" << opt_r << ") should not be larger than "
|
||||
<< "-f's (" << opt_F << ")" << std::endl;
|
||||
<< "-f's (" << opt_f << ")" << std::endl;
|
||||
exit(2);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue