chore: typos fixes by cosmos-sdk bot (#18689)

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
Cosmos SDK
2023-12-11 13:03:19 +00:00
committed by GitHub
co-authored by github-merge-queue Julien Robert marbar3778
parent 39865d852f
commit 8f0d5b15f0
113 changed files with 195 additions and 202 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ type BaseConfig struct {
// It has no bearing on application state pruning which is determined by the
// "pruning-*" configurations.
//
// Note: CometBFT block pruning is dependant on this parameter in conjunction
// Note: CometBFT block pruning is dependent on this parameter in conjunction
// with the unbonding (safety threshold) period, state pruning and state sync
// snapshot parameters to determine the correct minimum value of
// ResponseCommit.RetainHeight.
+1 -1
View File
@@ -58,7 +58,7 @@ halt-time = {{ .BaseConfig.HaltTime }}
# It has no bearing on application state pruning which is determined by the
# "pruning-*" configurations.
#
# Note: CometBFT block pruning is dependant on this parameter in conjunction
# Note: CometBFT block pruning is dependent on this parameter in conjunction
# with the unbonding (safety threshold) period, state pruning and state sync
# snapshot parameters to determine the correct minimum value of
# ResponseCommit.RetainHeight.
@@ -39,7 +39,7 @@ type AppDescriptor struct {
Codec *CodecDescriptor `protobuf:"bytes,3,opt,name=codec,proto3" json:"codec,omitempty"`
// configuration provides metadata information regarding the sdk.Config type
Configuration *ConfigurationDescriptor `protobuf:"bytes,4,opt,name=configuration,proto3" json:"configuration,omitempty"`
// query_services provides metadata information regarding the available queriable endpoints
// query_services provides metadata information regarding the available queryable endpoints
QueryServices *QueryServicesDescriptor `protobuf:"bytes,5,opt,name=query_services,json=queryServices,proto3" json:"query_services,omitempty"`
// tx provides metadata information regarding how to send transactions to the given application
Tx *TxDescriptor `protobuf:"bytes,6,opt,name=tx,proto3" json:"tx,omitempty"`
@@ -1156,7 +1156,7 @@ func (m *GetTxDescriptorResponse) GetTx() *TxDescriptor {
return nil
}
// QueryServicesDescriptor contains the list of cosmos-sdk queriable services
// QueryServicesDescriptor contains the list of cosmos-sdk queryable services
type QueryServicesDescriptor struct {
// query_services is a list of cosmos-sdk QueryServiceDescriptor
QueryServices []*QueryServiceDescriptor `protobuf:"bytes,1,rep,name=query_services,json=queryServices,proto3" json:"query_services,omitempty"`
+1 -1
View File
@@ -217,7 +217,7 @@ func (kv kvStore) Prefix(prefix []byte) storetypes.KVStore {
}
func (kv kvStore) Gas(meter storetypes.GasMeter, config storetypes.GasConfig) storetypes.KVStore {
panic("not implmeneted")
panic("not implemented")
}
func (kv kvStore) Iterator(start, end []byte) storetypes.Iterator {