diff --git a/cli/src/commands/codegen.rs b/cli/src/commands/codegen.rs index e83e941b8e..d222d6da3c 100644 --- a/cli/src/commands/codegen.rs +++ b/cli/src/commands/codegen.rs @@ -233,7 +233,7 @@ fn codegen( codegen.add_derives_for_type(ty, std::iter::once(derive), d.recursive); } - // Configure attribtues: + // Configure attributes: let universal_attributes = raw_attributes .iter() .map(|raw| syn::parse_str(raw)) diff --git a/cli/src/commands/explore/runtime_apis/mod.rs b/cli/src/commands/explore/runtime_apis/mod.rs index 94bc7cb6b2..e39bcbe151 100644 --- a/cli/src/commands/explore/runtime_apis/mod.rs +++ b/cli/src/commands/explore/runtime_apis/mod.rs @@ -24,7 +24,7 @@ use subxt_metadata::RuntimeApiMetadata; /// None => Show pallet docs + available methods /// Some (invalid) => Show Error + available methods /// Some (valid) => Show method docs + output type description -/// exectute is: +/// execute is: /// false => Show input type description + Example Value /// true => validate (trailing args + build node connection) /// validation is: diff --git a/core/src/utils/account_id20.rs b/core/src/utils/account_id20.rs index 3f04f5706d..48f9306349 100644 --- a/core/src/utils/account_id20.rs +++ b/core/src/utils/account_id20.rs @@ -2,7 +2,7 @@ // This file is dual-licensed as Apache-2.0 or GPL-3.0. // see LICENSE for license details. -//! `AccountId20` is a repressentation of Ethereum address derived from hashing the public key. +//! `AccountId20` is a representation of Ethereum address derived from hashing the public key. use core::fmt::Display; diff --git a/scripts/publish.sh b/scripts/publish.sh index a127e4196f..ce441d0d5c 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -83,7 +83,7 @@ for CRATE_DIR in ${ORDER[@]}; do sleep 3 remote_version if [ "$REMOTE_VERSION" = "$VERSION" ]; then - echo "🥳 $NAME@$VERSION published succesfully." + echo "🥳 $NAME@$VERSION published successfully." sleep 3 break else