diff --git a/packages/core/src/etherscan.ts b/packages/core/src/etherscan.ts index f8576cdcb..167921633 100644 --- a/packages/core/src/etherscan.ts +++ b/packages/core/src/etherscan.ts @@ -223,10 +223,10 @@ export const attemptVerification = async ( let guid: string /** * We wrap this in a try/catch because this call may throw an error if the contract was recently - * deployed and hasn't propogated to Etherscan's backend yet. + * deployed and hasn't propagated to Etherscan's backend yet. * * An error may also occur if the contract is already verified which can happen in two scenarios: - * - We're retrying verification and this contract was succesfully verified in a previous attempt. + * - We're retrying verification and this contract was successfully verified in a previous attempt. * - The contract was verified by some mechanism implemented by the Blockexplorer such as automatic * linking via source code matching. * diff --git a/test/changesets.spec.ts b/test/changesets.spec.ts index ec2dc22e5..d87480f90 100644 --- a/test/changesets.spec.ts +++ b/test/changesets.spec.ts @@ -35,7 +35,7 @@ type Changesets = { } /** - * We use the Changesets package to generate release versions which requires that we manaully determine when to do + * We use the Changesets package to generate release versions which requires that we manually determine when to do * releases and for which packages. There are some cases where we can accidentally do a release incorrectly that could * result in user either not getting changes that they should get based on the plugins package version they have * installed, or that in the worst case could break their installation.