Correct some typos

This commit is contained in:
2022-12-19 14:06:18 +01:00
parent 609870755c
commit 9a0bfd468c
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ let exec_passes ast verbose debug passes f =
"Current AST (after %s):\n%a\n" n Lustre_pp.pp_ast ast);
aux ast passes)
end with
| _ -> failwith ("The pass "^n^" should have catched me!")
| _ -> failwith ("The pass "^n^" should have caught me!")
in
aux ast passes