Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typo #1270

Open
wants to merge 3 commits into
base: manta
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion docker/calamari.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get install -yq openssl libssl-dev
RUN mkdir -p /usr/local/bin
RUN mkdir -p /usr/share

# Dowload latest calamari binary
# Download latest calamari binary
ADD $PARA_BINARY_URL $PARA_BINARY_PATH
RUN chmod +x $PARA_BINARY_PATH
RUN ldd $PARA_BINARY_PATH
Expand Down
2 changes: 1 addition & 1 deletion pallets/collator-selection/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ fn remove_collator_should_work() {
#[test]
fn increase_bond_after_register_candidate() {
// It's a corner case:
// 1. Set orignal bond as 10KMA.
// 1. Set original bond as 10KMA.
// 2. Register candidate.
// 3. Increase bond to 15KMA.
// 3. Unregister candidate.
Expand Down
2 changes: 1 addition & 1 deletion scripts/github/extrinsic-ordering-filter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

FILE=$1

# Higlight indexes that were deleted
# Highlight indexes that were deleted
function find_deletions() {
echo "\n## Deletions\n"
RES=$(cat "$FILE" | grep -n '\[\-\]' | tr -s " ")
Expand Down