Pan chao 1 gadu atpakaļ
vecāks
revīzija
d911c59f20
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      sui/wormhole/sources/governance_message.move

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

@@ -2,7 +2,7 @@
 
 /// This module implements a custom type representing a Guardian governance
 /// action. Each governance action has an associated module name, relevant chain
-/// and payload encoding instructions/data used to perform an adminstrative
+/// and payload encoding instructions/data used to perform an administrative
 /// change on a contract.
 module wormhole::governance_message {
     use wormhole::bytes::{Self};