Pan chao 1 éve
szülő
commit
d612588258

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

@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: Apache 2
 // SPDX-License-Identifier: Apache 2
 
 
 /// This module implements a public method intended to be called after an
 /// This module implements a public method intended to be called after an
-/// upgrade has been commited. The purpose is to add one-off migration logic
+/// upgrade has been committed. The purpose is to add one-off migration logic
 /// that would alter Token Bridge `State`.
 /// that would alter Token Bridge `State`.
 ///
 ///
 /// Included in migration is the ability to ensure that breaking changes for
 /// Included in migration is the ability to ensure that breaking changes for

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

@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: Apache 2
 // SPDX-License-Identifier: Apache 2
 
 
 /// This module implements a public method intended to be called after an
 /// This module implements a public method intended to be called after an
-/// upgrade has been commited. The purpose is to add one-off migration logic
+/// upgrade has been committed. The purpose is to add one-off migration logic
 /// that would alter Wormhole `State`.
 /// that would alter Wormhole `State`.
 ///
 ///
 /// Included in migration is the ability to ensure that breaking changes for
 /// Included in migration is the ability to ensure that breaking changes for