Correcting typos and using only English

This commit is contained in:
2022-12-10 00:53:20 +01:00
parent 8775edc6fc
commit 97930ba85c
2 changed files with 5 additions and 5 deletions

View File

@@ -63,5 +63,5 @@ rule token = parse
| '%' { BO_mod }
| "->" { BO_arrow }
| eof { EOF }
| _ { raise (Lexing_error (Format.sprintf "Erruer à la vue de %s" (lexeme lexbuf)))}
| _ { raise (Lexing_error (Format.sprintf "Error when seeing %s" (lexeme lexbuf)))}