Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Sep 22, 2023
1 parent 6dc2fa5 commit d26bb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reasoners/satml_frontend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ module Make (Th : Theory.S) : Sat_solver_sig.S = struct
else
begin
(* Beware: models generated on timeout of ProofSearch phase may
be incohrent wrt. the ground part of the pb (ie. if delta
be incoherent wrt. the ground part of the pb (ie. if delta
is not empty ? *)
env.model_gen_phase := true;
Options.Time.unset_timeout ();
Expand Down

0 comments on commit d26bb62

Please sign in to comment.