Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu <[email protected]>
  • Loading branch information
zmalatrax and enitrat authored Jul 30, 2024
1 parent 7c5a04d commit 458b7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors/virtualMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class InvalidBufferResOp extends VirtualMachineError {
}
}

/** Cannot find Dictionnary at `address */
/** Cannot find Dictionnary at `address` */
export class DictNotFound extends VirtualMachineError {
constructor(address: Relocatable) {
super(`Cannot found any Dictionnary at address ${address.toString()}`);
Expand Down

0 comments on commit 458b7de

Please sign in to comment.