Skip to content

Commit

Permalink
chore(driver): Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Nov 12, 2024
1 parent a5de624 commit d85df9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/iec_checker.ml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ let () =
| s when String.equal "selxml" s -> InputSELXML
| s -> begin
Printf.eprintf "Unknown input format '%s'.\n" s;
Printf.eprintf "Avaialble formats: 'st', 'xml' and 'selxml'\n";
Printf.eprintf "Available formats: 'st', 'xml' and 'selxml'\n";
exit ReturnCode.fail
end
in
Expand Down

0 comments on commit d85df9c

Please sign in to comment.