Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ option go_package = "github.com/osmosis-labs/osmosis/v19/x/cosmwasmpool/cosmwasm

// ===================== GetSwapFeeQueryMsg
message GetSwapFeeQueryMsg {
// get_swap_fee is the query strcuture to get swap fee.
// get_swap_fee is the query structure to get swap fee.
EmptyStruct get_swap_fee = 1 [ (gogoproto.nullable) = false ];
}

Expand Down
2 changes: 1 addition & 1 deletion src/proto-types-gen/src/tendermint/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ValidatorSet } from "./validator";

export const protobufPackage = "tendermint.types";

/** BlockIdFlag indicates which BlcokID the signature is for */
/** BlockIdFlag indicates which BlockID the signature is for */
export enum BlockIDFlag {
BLOCK_ID_FLAG_UNKNOWN = 0,
BLOCK_ID_FLAG_ABSENT = 1,
Expand Down
2 changes: 1 addition & 1 deletion src/proto-types-gen/third_party/proto/confio/proofs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ enum LengthOp {

/**
ExistenceProof takes a key and a value and a set of steps to perform on it.
The result of peforming all these steps will provide a "root hash", which can
The result of performing all these steps will provide a "root hash", which can
be compared to the value in a header.

Since it is computationally infeasible to produce a hash collission for any of the used
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "tendermint/crypto/proof.proto";
import "tendermint/version/types.proto";
import "tendermint/types/validator.proto";

// BlockIdFlag indicates which BlcokID the signature is for
// BlockIdFlag indicates which BlockID the signature is for
enum BlockIDFlag {
option (gogoproto.goproto_enum_stringer) = true;
option (gogoproto.goproto_enum_prefix) = false;
Expand Down