diff --git a/docs/docs/general/getting-started.md b/docs/docs/general/getting-started.md index 65ffbadcf..292687bc5 100644 --- a/docs/docs/general/getting-started.md +++ b/docs/docs/general/getting-started.md @@ -65,7 +65,7 @@ After setting up an on chain identity, it must get verifiec by a registrar. This ## Setting up sub-identities -If setting up more than one validator node, it is best to set these addtional identities as sub-identities, as each account does not need to be verified by a registrar. More information on sub-identities and how to set them up can be found here. +If setting up more than one validator node, it is best to set these additional identities as sub-identities, as each account does not need to be verified by a registrar. More information on sub-identities and how to set them up can be found here. # Validator Nodes diff --git a/packages/common/src/scorekeeper/jobs/specificJobs/BlockDataJob.ts b/packages/common/src/scorekeeper/jobs/specificJobs/BlockDataJob.ts index e02498022..f624556da 100644 --- a/packages/common/src/scorekeeper/jobs/specificJobs/BlockDataJob.ts +++ b/packages/common/src/scorekeeper/jobs/specificJobs/BlockDataJob.ts @@ -279,7 +279,7 @@ const processPayoutStakers = async ( }; payoutTxs.push(payoutTx); - // Go through each of the blocks events and find the ones that corresopnd to the payoutStakers extrinsic + // Go through each of the blocks events and find the ones that correspond to the payoutStakers extrinsic const rewardEvents = blockEvents .filter(({ phase }: FrameSystemEventRecord) => { const p: Phase = phase; diff --git a/packages/common/src/scorekeeper/jobs/specificJobs/ExecutionJob.ts b/packages/common/src/scorekeeper/jobs/specificJobs/ExecutionJob.ts index b4fa046d0..6c411c6c5 100644 --- a/packages/common/src/scorekeeper/jobs/specificJobs/ExecutionJob.ts +++ b/packages/common/src/scorekeeper/jobs/specificJobs/ExecutionJob.ts @@ -228,7 +228,7 @@ export const executionJob = async ( const message = `${Util.addressUrl( nominator?.address || "", config, - )} executed announcement in finalized block #${finalizedBlockHash} annouced at #${dataNum} \n Validators Nominated:\n ${validatorsMessage}`; + )} executed announcement in finalized block #${finalizedBlockHash} announced at #${dataNum} \n Validators Nominated:\n ${validatorsMessage}`; logger.info(message); if (bot) { await bot.sendMessage(