mirror of
https://github.com/Z3Prover/z3
synced 2025-05-15 03:34:44 +00:00
Fix spelling errors
This commit is contained in:
parent
d5ee7e24bc
commit
6eaab00e83
15 changed files with 18 additions and 18 deletions
|
@ -461,7 +461,7 @@ namespace datalog {
|
|||
return 0;
|
||||
}
|
||||
if (!ps.is_ast() || !is_sort(ps.get_ast()) || !is_fin_sort(to_sort(ps.get_ast()))) {
|
||||
m_manager->raise_exception("second paramter should be a finite domain sort");
|
||||
m_manager->raise_exception("second parameter should be a finite domain sort");
|
||||
return 0;
|
||||
}
|
||||
sort* s = to_sort(ps.get_ast());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue