diff --git a/src.ts/contract/contract.ts b/src.ts/contract/contract.ts index b0595fc9d8..3465329980 100644 --- a/src.ts/contract/contract.ts +++ b/src.ts/contract/contract.ts @@ -643,7 +643,7 @@ export class BaseContract implements Addressable, EventEmitterable { - // We have the deployement transaction; just use that (throws if deployement fails) + // We have the deployment transaction; just use that (throws if deployment fails) const deployTx = this.deploymentTransaction(); if (deployTx) { await deployTx.wait(); @@ -884,7 +884,7 @@ export class BaseContract implements Addressable, EventEmitterable(key: string | FunctionFragment): T { if (typeof(key) !== "string") { key = key.format(); } @@ -895,7 +895,7 @@ export class BaseContract implements Addressable, EventEmitterable