From abc3502b8a46d4e877ecfb244d8d69e7a0f1a9ca Mon Sep 17 00:00:00 2001 From: Pan chao <152830401+Pan-chao@users.noreply.github.com> Date: Wed, 13 Dec 2023 08:17:11 +0000 Subject: [PATCH 1/3] typo fix --- scripts/github/extrinsic-ordering-filter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github/extrinsic-ordering-filter.sh b/scripts/github/extrinsic-ordering-filter.sh index 75ab6195d..6eb519ef1 100644 --- a/scripts/github/extrinsic-ordering-filter.sh +++ b/scripts/github/extrinsic-ordering-filter.sh @@ -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 " ") From 12eb4250bcd66608aced06cec936962fafca3f04 Mon Sep 17 00:00:00 2001 From: Pan chao <152830401+Pan-chao@users.noreply.github.com> Date: Wed, 13 Dec 2023 08:17:28 +0000 Subject: [PATCH 2/3] typo fix --- docker/calamari.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/calamari.Dockerfile b/docker/calamari.Dockerfile index 2170dd4d2..8f942c015 100644 --- a/docker/calamari.Dockerfile +++ b/docker/calamari.Dockerfile @@ -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 From ccb030873fafce3be07d731a7d904685a03b2c26 Mon Sep 17 00:00:00 2001 From: Pan chao <152830401+Pan-chao@users.noreply.github.com> Date: Wed, 13 Dec 2023 08:17:49 +0000 Subject: [PATCH 3/3] typo fix --- pallets/collator-selection/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/collator-selection/src/tests.rs b/pallets/collator-selection/src/tests.rs index 70660501c..7732c4a41 100644 --- a/pallets/collator-selection/src/tests.rs +++ b/pallets/collator-selection/src/tests.rs @@ -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.