mirror of
https://github.com/Z3Prover/z3
synced 2026-03-04 04:30:23 +00:00
Typo Fixes (#6803)
This commit is contained in:
parent
28a0c2d18f
commit
dc0887db5a
43 changed files with 1811 additions and 1811 deletions
|
|
@ -22,7 +22,7 @@ void check_sat_result::set_reason_unknown(event_handler& eh) {
|
|||
switch (eh.caller_id()) {
|
||||
case UNSET_EH_CALLER:
|
||||
if (reason_unknown() == "")
|
||||
set_reason_unknown("unclassifed exception");
|
||||
set_reason_unknown("unclassified exception");
|
||||
break;
|
||||
case CTRL_C_EH_CALLER:
|
||||
set_reason_unknown("interrupted from keyboard");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue