Pan chao 1 жил өмнө
parent
commit
ce1da6e853

+ 1 - 1
sui/token_bridge/sources/transfer_tokens.move

@@ -125,7 +125,7 @@ module token_bridge::transfer_tokens {
     ///
     /// It is important for integrators to refrain from calling this method
     /// within their contracts. This method is meant to be called in a
-    /// tranasction block after receiving a `TransferTicket` from calling
+    /// transaction block after receiving a `TransferTicket` from calling
     /// `prepare_transfer` within a contract. If in a circumstance where this
     /// module has a breaking change in an upgrade, `prepare_transfer` will not
     /// be affected by this change.

+ 1 - 1
sui/token_bridge/sources/transfer_tokens_with_payload.move

@@ -126,7 +126,7 @@ module token_bridge::transfer_tokens_with_payload {
     ///
     /// It is important for integrators to refrain from calling this method
     /// within their contracts. This method is meant to be called in a
-    /// tranasction block after receiving a `TransferTicket` from calling
+    /// transaction block after receiving a `TransferTicket` from calling
     /// `prepare_transfer` within a contract. If in a circumstance where this
     /// module has a breaking change in an upgrade, `prepare_transfer` will not
     /// be affected by this change.

+ 1 - 1
sui/wormhole/sources/publish_message.move

@@ -98,7 +98,7 @@ module wormhole::publish_message {
     ///
     /// It is important for integrators to refrain from calling this method
     /// within their contracts. This method is meant to be called in a
-    /// tranasction block after receiving a `MessageTicket` from calling
+    /// transaction block after receiving a `MessageTicket` from calling
     /// `prepare_message` within a contract. If in a circumstance where this
     /// module has a breaking change in an upgrade, `prepare_message` will not
     /// be affected by this change.