Skip to content

Commit 43fece5

Browse files
committed
fix: fix a couple of typos
1 parent 312b9d3 commit 43fece5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/procedures/CancelSto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class CancelSto extends Procedure<CancelStoArgs> {
6060
*/
6161

6262
const tokenOwner = await securityToken.owner();
63-
const logMessage = 'cancelling the STO';
63+
const logMessage = 'canceling STO';
6464

6565
await this.addTransaction(stoModule.pause, {
6666
tag: PolyTransactionTags.CancelSto,

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export enum ErrorCodes {
7474
FatalError = 'FatalError',
7575
UnexpectedReturnData = 'UnexpectedReturnData',
7676
InvalidAddress = 'InvalidAddress',
77-
InsufficientBalance = 'InsufficiantBalance',
77+
InsufficientBalance = 'InsufficientBalance',
7878
}
7979

8080
export interface InvestorBalance {

0 commit comments

Comments
 (0)