Skip to content

Commit 8a81401

Browse files
committed
do codespell
1 parent 4050a84 commit 8a81401

File tree

51 files changed

+96
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+96
-92
lines changed

api/initia/distribution/v1/genesis.pulsar.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/initia/gov/v1/genesis.pulsar.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/initia/ibchooks/v1/genesis.pulsar.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/initia/move/v1/query_grpc.pb.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/initia/move/v1/types.pulsar.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/initia/mstaking/v1/genesis.pulsar.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/initia/mstaking/v1/staking.pulsar.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/initia/reward/v1/genesis.pulsar.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (app *InitiaApp) RegisterUpgradeHandlers(cfg module.Configurator) {
3434
return nil, err
3535
}
3636

37-
// 2. update vm data with new seperator and add checksums of each module
37+
// 2. update vm data with new separator and add checksums of each module
3838

3939
// Previous:
4040
// ModuleSeparator = byte(0)

client/docs/statik/statik.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/docs/swagger-ui/swagger.yaml

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44811,7 +44811,7 @@ paths:
4481144811
type: string
4481244812
format: uint64
4481344813
title: >-
44814-
unbonding id, uniquely identifing an unbonding of this
44814+
unbonding id, uniquely identifying an unbonding of this
4481544815
validator
4481644816
description: >-
4481744817
Validator defines a validator, together with the total
@@ -45477,7 +45477,7 @@ paths:
4547745477
type: string
4547845478
format: uint64
4547945479
title: >-
45480-
unbonding id, uniquely identifing an unbonding of this
45480+
unbonding id, uniquely identifying an unbonding of this
4548145481
validator
4548245482
description: >-
4548345483
Validator defines a validator, together with the total amount
@@ -46588,7 +46588,7 @@ paths:
4658846588
type: string
4658946589
format: uint64
4659046590
title: >-
46591-
unbonding id, uniquely identifing an unbonding of this
46591+
unbonding id, uniquely identifying an unbonding of this
4659246592
validator
4659346593
description: >-
4659446594
Validator defines a validator, together with the total
@@ -47252,7 +47252,7 @@ paths:
4725247252
type: string
4725347253
format: uint64
4725447254
title: >-
47255-
unbonding id, uniquely identifing an unbonding of this
47255+
unbonding id, uniquely identifying an unbonding of this
4725647256
validator
4725747257
description: >-
4725847258
Validator defines a validator, together with the total amount
@@ -51316,7 +51316,7 @@ paths:
5131651316
UpgradePolicy is the policy for upgrading a move module.
5131751317

5131851318
- UNSPECIFIED: UNSPECIFIED: a placeholder for an unspecified upgrade policy.
51319-
- COMPATIBLE: COMPATBILE: Whether a compatibility check should be performed for upgrades. The check only passes if
51319+
- COMPATIBLE: COMPATIBLE: Whether a compatibility check should be performed for upgrades. The check only passes if
5132051320
a new module has (a) the same public functions (b) for
5132151321
existing resources, no layout change.
5132251322
- IMMUTABLE: IMMUTABLE: Whether the modules in the package are immutable and cannot be upgraded.
@@ -51462,7 +51462,7 @@ paths:
5146251462
UpgradePolicy is the policy for upgrading a move module.
5146351463

5146451464
- UNSPECIFIED: UNSPECIFIED: a placeholder for an unspecified upgrade policy.
51465-
- COMPATIBLE: COMPATBILE: Whether a compatibility check should be performed for upgrades. The check only passes if
51465+
- COMPATIBLE: COMPATIBLE: Whether a compatibility check should be performed for upgrades. The check only passes if
5146651466
a new module has (a) the same public functions (b) for
5146751467
existing resources, no layout change.
5146851468
- IMMUTABLE: IMMUTABLE: Whether the modules in the package are immutable and cannot be upgraded.
@@ -52473,7 +52473,7 @@ paths:
5247352473
/initia/move/v1/view/json:
5247452474
post:
5247552475
summary: >-
52476-
ViewJSON execute view function with json arguemtns and return the view
52476+
ViewJSON execute view function with json arguments and return the view
5247752477
result
5247852478
operationId: ViewJSON
5247952479
responses:
@@ -52560,7 +52560,7 @@ paths:
5256052560
/initia/move/v1/view/json/batch:
5256152561
post:
5256252562
summary: >-
52563-
ViewJSONBatch execute multiple view functions with json arguemtns and
52563+
ViewJSONBatch execute multiple view functions with json arguments and
5256452564
return the view results
5256552565
operationId: ViewJSONBatch
5256652566
responses:
@@ -83211,7 +83211,7 @@ definitions:
8321183211
unbonding_id:
8321283212
type: string
8321383213
format: uint64
83214-
title: unbonding id, uniquely identifing an unbonding of this validator
83214+
title: unbonding id, uniquely identifying an unbonding of this validator
8321583215
description: >-
8321683216
Validator defines a validator, together with the total amount of the
8321783217

@@ -83572,7 +83572,9 @@ definitions:
8357283572
unbonding_id:
8357383573
type: string
8357483574
format: uint64
83575-
title: unbonding id, uniquely identifing an unbonding of this validator
83575+
title: >-
83576+
unbonding id, uniquely identifying an unbonding of this
83577+
validator
8357683578
description: >-
8357783579
Validator defines a validator, together with the total amount of the
8357883580

@@ -84461,7 +84463,7 @@ definitions:
8446184463
unbonding_id:
8446284464
type: string
8446384465
format: uint64
84464-
title: unbonding id, uniquely identifing an unbonding of this validator
84466+
title: unbonding id, uniquely identifying an unbonding of this validator
8446584467
description: >-
8446684468
Validator defines a validator, together with the total amount of the
8446784469

@@ -84932,7 +84934,9 @@ definitions:
8493284934
unbonding_id:
8493384935
type: string
8493484936
format: uint64
84935-
title: unbonding id, uniquely identifing an unbonding of this validator
84937+
title: >-
84938+
unbonding id, uniquely identifying an unbonding of this
84939+
validator
8493684940
description: >-
8493784941
Validator defines a validator, together with the total amount of the
8493884942

@@ -85858,7 +85862,7 @@ definitions:
8585885862
unbonding_id:
8585985863
type: string
8586085864
format: uint64
85861-
title: unbonding id, uniquely identifing an unbonding of this validator
85865+
title: unbonding id, uniquely identifying an unbonding of this validator
8586285866
description: >-
8586385867
Validator defines a validator, together with the total amount of the
8586485868

@@ -87591,7 +87595,7 @@ definitions:
8759187595
UpgradePolicy is the policy for upgrading a move module.
8759287596

8759387597
- UNSPECIFIED: UNSPECIFIED: a placeholder for an unspecified upgrade policy.
87594-
- COMPATIBLE: COMPATBILE: Whether a compatibility check should be performed for upgrades. The check only passes if
87598+
- COMPATIBLE: COMPATIBLE: Whether a compatibility check should be performed for upgrades. The check only passes if
8759587599
a new module has (a) the same public functions (b) for existing
8759687600
resources, no layout change.
8759787601
- IMMUTABLE: IMMUTABLE: Whether the modules in the package are immutable and cannot be upgraded.
@@ -87709,7 +87713,7 @@ definitions:
8770987713
UpgradePolicy is the policy for upgrading a move module.
8771087714

8771187715
- UNSPECIFIED: UNSPECIFIED: a placeholder for an unspecified upgrade policy.
87712-
- COMPATIBLE: COMPATBILE: Whether a compatibility check should be performed for upgrades. The check only passes if
87716+
- COMPATIBLE: COMPATIBLE: Whether a compatibility check should be performed for upgrades. The check only passes if
8771387717
a new module has (a) the same public functions (b) for existing
8771487718
resources, no layout change.
8771587719
- IMMUTABLE: IMMUTABLE: Whether the modules in the package are immutable and cannot be upgraded.
@@ -87745,7 +87749,7 @@ definitions:
8774587749
UpgradePolicy is the policy for upgrading a move module.
8774687750

8774787751
- UNSPECIFIED: UNSPECIFIED: a placeholder for an unspecified upgrade policy.
87748-
- COMPATIBLE: COMPATBILE: Whether a compatibility check should be performed for upgrades. The check only passes if
87752+
- COMPATIBLE: COMPATIBLE: Whether a compatibility check should be performed for upgrades. The check only passes if
8774987753
a new module has (a) the same public functions (b) for existing
8775087754
resources, no layout change.
8775187755
- IMMUTABLE: IMMUTABLE: Whether the modules in the package are immutable and cannot be upgraded.
@@ -88244,7 +88248,7 @@ definitions:
8824488248
UpgradePolicy is the policy for upgrading a move module.
8824588249

8824688250
- UNSPECIFIED: UNSPECIFIED: a placeholder for an unspecified upgrade policy.
88247-
- COMPATIBLE: COMPATBILE: Whether a compatibility check should be performed for upgrades. The check only passes if
88251+
- COMPATIBLE: COMPATIBLE: Whether a compatibility check should be performed for upgrades. The check only passes if
8824888252
a new module has (a) the same public functions (b) for existing resources,
8824988253
no layout change.
8825088254
- IMMUTABLE: IMMUTABLE: Whether the modules in the package are immutable and cannot be upgraded.

cmd/move/move.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const (
6161
flagReportStatistics = "statistics"
6262
flagReportStatisticsShorthand = "s"
6363
flagReportStorageOnError = "state-on-error" // original move cli uses snake case, not kebab.
64-
flagIgnoreCompileWarnings = "ignore-compile-warnings" // original move cli uses snake case, noe kebab.
64+
flagIgnoreCompileWarnings = "ignore-compile-warnings" // original move cli uses snake case, not kebab.
6565
fiagCheckStacklessVM = "stackless"
6666
flagComputeCoverage = "coverage"
6767
// clean options

contrib/devtools/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tools-stamp: statik runsim
5757
touch $@
5858

5959
# Install the runsim binary with a temporary workaround of entering an outside
60-
# directory as the "go install" command ignores the -mod option and will polute the
60+
# directory as the "go install" command ignores the -mod option and will pollute the
6161
# go.{mod, sum} files.
6262
#
6363
# ref: https://github.com/golang/go/issues/30515
@@ -67,7 +67,7 @@ $(STATIK):
6767
@(cd /tmp && go install github.com/rakyll/[email protected])
6868

6969
# Install the runsim binary with a temporary workaround of entering an outside
70-
# directory as the "go install" command ignores the -mod option and will polute the
70+
# directory as the "go install" command ignores the -mod option and will pollute the
7171
# go.{mod, sum} files.
7272
#
7373
# ref: https://github.com/golang/go/issues/30515

images/node/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi;
1616
mkdir -p "${INITIAD_HOME}"
1717

1818
# `initiad init` does NOT take cmd env vars into account for some reason
19-
# so we have to manually insert flags with the corresponsing values
19+
# so we have to manually insert flags with the corresponding values
2020
initiad --home "${INITIAD_HOME}" init "${INITIAD_MONIKER}"
2121

2222
wget -O "${CONFIG_DIR}/genesis.json" "${GENESIS_URL}"

proto/initia/distribution/v1/genesis.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ message GenesisState {
116116
option (gogoproto.equal) = false;
117117
option (gogoproto.goproto_getters) = false;
118118

119-
// params defines all the paramaters of the module.
119+
// params defines all the parameters of the module.
120120
Params params = 1 [
121121
(gogoproto.nullable) = false,
122122
(gogoproto.moretags) = "yaml:\"params\""

proto/initia/gov/v1/genesis.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ message GenesisState {
1717
repeated cosmos.gov.v1.Vote votes = 3;
1818
// proposals defines all the proposals present at genesis.
1919
repeated Proposal proposals = 4;
20-
// params defines all the paramaters of x/gov module.
20+
// params defines all the parameters of x/gov module.
2121
Params params = 5;
2222
// The constitution allows builders to lay a foundation and define purpose.
2323
// This is an immutable string set in genesis.

proto/initia/ibchooks/v1/genesis.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ option go_package = "github.com/initia-labs/initia/x/ibc-hooks/types";
99

1010
// GenesisState defines the mint module's genesis state.
1111
message GenesisState {
12-
// Params defines all the paramaters of the module.
12+
// Params defines all the parameters of the module.
1313
Params params = 1 [(gogoproto.nullable) = false];
1414
repeated ACL acls = 2 [
1515
(gogoproto.nullable) = false,

proto/initia/move/v1/query.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ service Query {
7676
};
7777
}
7878

79-
// ViewJSON execute view function with json arguemtns and return the view result
79+
// ViewJSON execute view function with json arguments and return the view result
8080
rpc ViewJSON(QueryViewJSONRequest) returns (QueryViewJSONResponse) {
8181
option (google.api.http) = {
8282
post: "/initia/move/v1/view/json"
8383
body: "*"
8484
};
8585
}
8686

87-
// ViewJSONBatch execute multiple view functions with json arguemtns and return the view results
87+
// ViewJSONBatch execute multiple view functions with json arguments and return the view results
8888
rpc ViewJSONBatch(QueryViewJSONBatchRequest) returns (QueryViewJSONBatchResponse) {
8989
option (google.api.http) = {
9090
post: "/initia/move/v1/view/json/batch"

proto/initia/move/v1/types.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ message TableEntry {
107107
enum UpgradePolicy {
108108
// UNSPECIFIED: a placeholder for an unspecified upgrade policy.
109109
UNSPECIFIED = 0;
110-
// COMPATBILE: Whether a compatibility check should be performed for upgrades. The check only passes if
110+
// COMPATIBLE: Whether a compatibility check should be performed for upgrades. The check only passes if
111111
// a new module has (a) the same public functions (b) for existing resources, no layout change.
112112
COMPATIBLE = 1;
113113
// IMMUTABLE: Whether the modules in the package are immutable and cannot be upgraded.
@@ -119,7 +119,7 @@ message UpgradePolicyProto {
119119
UpgradePolicy policy = 1;
120120
}
121121

122-
// DexPair contains coin metdata address
122+
// DexPair contains coin metadata address
123123
// std::dex::Pool and std::dex::Config resources.
124124
message DexPair {
125125
string metadata_quote = 1;

proto/initia/mstaking/v1/genesis.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ option go_package = "github.com/initia-labs/initia/x/mstaking/types";
1010

1111
// GenesisState defines the staking module's genesis state.
1212
message GenesisState {
13-
// params defines all the paramaters of related to deposit.
13+
// params defines all the parameters of related to deposit.
1414
Params params = 1 [
1515
(gogoproto.nullable) = false,
1616
(amino.dont_omitempty) = true

0 commit comments

Comments
 (0)