Typo in error message
This commit is contained in:
parent
90dda27a3a
commit
72b1bd8de3
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ let error_message loc = function
|
|||
raise Errors.Error
|
||||
| Eclockclash (actual_ck, expected_ck) ->
|
||||
Format.eprintf "%aClock Clash: this value has clock %a,@\n\
|
||||
but is exprected to have clock %a.@."
|
||||
but is expected to have clock %a.@."
|
||||
print_location loc
|
||||
print_ck actual_ck
|
||||
print_ck expected_ck;
|
||||
|
|
Loading…
Reference in a new issue