Skip to content

Commit

Permalink
chore: spelling errors fixes (#7867)
Browse files Browse the repository at this point in the history
Co-authored-by: github-merge-queue <[email protected]>
Co-authored-by: Gjermund Garaba <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2025
1 parent d91eb00 commit 44af86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/ibc/lightclients/solomachine/v2/solomachine.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ message ConsensusState {
option (gogoproto.goproto_getters) = false;
// public key of the solo machine
google.protobuf.Any public_key = 1;
// diversifier allows the same public key to be re-used across different solo
// diversifier allows the same public key to be reused across different solo
// machine clients (potentially on different chains) without being considered
// misbehaviour.
string diversifier = 2;
Expand Down
2 changes: 1 addition & 1 deletion proto/ibc/lightclients/solomachine/v3/solomachine.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ message ConsensusState {
option (gogoproto.goproto_getters) = false;
// public key of the solo machine
google.protobuf.Any public_key = 1;
// diversifier allows the same public key to be re-used across different solo
// diversifier allows the same public key to be reused across different solo
// machine clients (potentially on different chains) without being considered
// misbehaviour.
string diversifier = 2;
Expand Down

0 comments on commit 44af86e

Please sign in to comment.