chore: fix all typos (#20196)

This commit is contained in:
Hoang Do
2024-04-26 10:01:14 +00:00
committed by GitHub
parent bf6ecbc28c
commit 99dbdd5aa7
29 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ type HasUpdateValidators interface {
type ValidatorUpdate struct {
PubKey []byte
PubKeyType string
Power int64 // updated power of the validtor
Power int64 // updated power of the validator
}
// HasRegisterInterfaces is the interface for modules to register their msg types.