Skip to content

Commit

Permalink
typos and terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasLoow committed Dec 11, 2024
1 parent 9d7ee36 commit 7a0dd05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GillianCore/command_line/s_interpreter_console.ml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ struct
exit 0
else
let () =
Fmt.pr "%a@\n@?" (Fmt.styled `Red Fmt.string) "Errors occured!"
Fmt.pr "%a@\n@?" (Fmt.styled `Red Fmt.string) "Errors occurred!"
in
let first_error =
List.find
Expand All @@ -103,9 +103,9 @@ struct
all_results
in
let counter_example = counter_example first_error in
Fmt.pr "Here's a counter example: %a@\n@?"
Fmt.pr "Here's a counterexample: %a@\n@?"
(Fmt.option
~none:(Fmt.any "Couldn't produce counter-example")
~none:(Fmt.any "Couldn't produce counterexample")
SVal.SESubst.pp)
counter_example;
let () =
Expand Down

0 comments on commit 7a0dd05

Please sign in to comment.