Typo in error message
Error message when the type of main is incorrect/can't be inferred:
An entrypoint must of type "parameter * storage -> operations list * storage".
this is incorrect, the type should be operation list
not operations list
(singular items in the list, not plural)