aiger: fix some typos and inconsistencies

* spot/twaalgos/aiger.hh: Fix errors in documentation.
* spot/twaalgos/aiger.cc: Adjust text of exception.
This commit is contained in:
Alexandre Duret-Lutz 2021-10-03 18:33:57 +02:00
parent 590929fbcf
commit 17070b6cee
2 changed files with 23 additions and 23 deletions

View file

@ -1706,7 +1706,7 @@ namespace
else
throw std::runtime_error(buffer + " does not describe a "
"mode supported for AIGER creation. Expected\n"
"ite|isop|both[+sub][+dc][+ud]\n"
"ite|isop|both[+sub0|sub1|sub2][+dc][+ud]\n"
"or a coma separated list of such expressions.");
}
res.push_back(std::move(this_opt));