From 18047e67f3cfb006053cea408883f9500c930964 Mon Sep 17 00:00:00 2001 From: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Date: Fri, 10 May 2024 17:29:51 +0200 Subject: [PATCH] chore: fix spelling errors (#20345) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- proto/cosmos/base/tendermint/v1beta1/query.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/cosmos/base/tendermint/v1beta1/query.proto b/proto/cosmos/base/tendermint/v1beta1/query.proto index de5d92f334..9e17e95211 100644 --- a/proto/cosmos/base/tendermint/v1beta1/query.proto +++ b/proto/cosmos/base/tendermint/v1beta1/query.proto @@ -181,7 +181,7 @@ message ABCIQueryResponse { int64 index = 5; bytes key = 6; bytes value = 7; - // depreacted in favor of comet proof type + // deprecated in favor of comet proof type reserved 8; int64 height = 9; string codespace = 10;