Skip to content

Commit 41553e5

Browse files
authored
chore: fix some typos in comment (#1243)
Signed-off-by: riskrose <riskrock@qq.com>
1 parent 0491627 commit 41553e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ignore:
88
component_management:
99
default_rules: # default rules that will be inherited by all components
1010
statuses:
11-
- type: project # in this case every component that doens't have a status defined will have a project type one
11+
- type: project # in this case every component that doesn't have a status defined will have a project type one
1212
target: auto
1313
branches:
1414
- "!main"

scripts/test_scripts/masterchef/query.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ done
6666
echo "Querying pool-rewards ..."
6767
ASK_USER=true
6868
while [ "$ASK_USER" = true ]; do
69-
echo "Enter the comma seperated pool-id (i.e. 1,2):"
69+
echo "Enter the comma separated pool-id (i.e. 1,2):"
7070
read pool_ids
7171
$BINARY q masterchef pool-rewards $pool_ids --node $NODE
7272
echo "Want to make another query, true/false"

x/masterchef/keeper/keeper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type (
2525
bankKeeper types.BankKeeper
2626
estakingKeeper *estakingkeeper.Keeper
2727

28-
authority string // gov module addresss
28+
authority string // gov module address
2929
}
3030
)
3131

0 commit comments

Comments
 (0)