Skip to content

Commit

Permalink
fixed typo: depreciated to deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Mar 7, 2024
1 parent 90d44d4 commit 5d915a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions x/ccv/consumer/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const (
// received over CCV channel but not yet flushed over ABCI
PendingChangesByteKey

// NOTE: This prefix is depreciated, but left in place to avoid consumer state migrations
// NOTE: This prefix is deprecated, but left in place to avoid consumer state migrations
// [DEPRECATED]
PendingDataPacketsByteKey

Expand All @@ -61,7 +61,7 @@ const (
// InitialValSetByteKey is the byte to store the initial validator set for a consumer
InitialValSetByteKey

// NOTE: This prefix is depreciated, but left in place to avoid consumer state migrations
// NOTE: This prefix is deprecated, but left in place to avoid consumer state migrations
// [DEPRECATED]
LastStandaloneHeightByteKey

Expand Down
2 changes: 1 addition & 1 deletion x/ccv/provider/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const (
ValidatorsByConsumerAddrBytePrefix

// KeyAssignmentReplacementsBytePrefix was the byte prefix used to store the key assignments that needed to be replaced in the current block
// NOTE: This prefix is depreciated, but left in place to avoid consumer state migrations
// NOTE: This prefix is deprecated, but left in place to avoid consumer state migrations
// [DEPRECATED]
KeyAssignmentReplacementsBytePrefix

Expand Down

0 comments on commit 5d915a0

Please sign in to comment.