From 27da883fe5066cacc1cc6f42e8c3a7fea79565b5 Mon Sep 17 00:00:00 2001 From: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:01:08 +0000 Subject: [PATCH] chore: spelling errors fixes --- proto/ibc/lightclients/solomachine/v2/solomachine.proto | 2 +- proto/ibc/lightclients/solomachine/v3/solomachine.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/ibc/lightclients/solomachine/v2/solomachine.proto b/proto/ibc/lightclients/solomachine/v2/solomachine.proto index aab7140b47b..4d240a7c04b 100644 --- a/proto/ibc/lightclients/solomachine/v2/solomachine.proto +++ b/proto/ibc/lightclients/solomachine/v2/solomachine.proto @@ -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; diff --git a/proto/ibc/lightclients/solomachine/v3/solomachine.proto b/proto/ibc/lightclients/solomachine/v3/solomachine.proto index bb0d2aec99d..bb257f2a793 100644 --- a/proto/ibc/lightclients/solomachine/v3/solomachine.proto +++ b/proto/ibc/lightclients/solomachine/v3/solomachine.proto @@ -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;