Typos in the codebase
In the current version of the codebase, there are several typos in comments and module names. Some examples are shown below.
-/// We can't assume that [...] only assisated with one resource)
+/// We can't assume that [...] only associated with one resource)
-mod message_id_mutlsig_ism {
+mod message_id_multisig_ism {
-/// that might be needed in order to perfrom a remote transfer
+/// that might be needed in order to perform a remote transfer
To improve the project's maintainability and prevent potential errors and confusion, it is recommended to remove these typos.
This issue has been acknowledged by Hyperlane, and a fix was implemented in commit abcbeb86↗.