From 903bfc93abc869484ac40f69f8cc850080adfde6 Mon Sep 17 00:00:00 2001 From: Holger Drewes Date: Mon, 19 Aug 2024 10:28:49 +0200 Subject: [PATCH] Fix spell check --- packages/evm/src/eof/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/evm/src/eof/constants.ts b/packages/evm/src/eof/constants.ts index a647317569..b637ac8a16 100644 --- a/packages/evm/src/eof/constants.ts +++ b/packages/evm/src/eof/constants.ts @@ -21,7 +21,7 @@ export const TYPE_DIVISOR = 4 // Divisor of types: the type section size should export const CODE_MIN = 0x0001 // Minimum size of code section -export const CODE_SIZE_MIN = 1 // Ninimum size of a code section in the body (the actual code) +export const CODE_SIZE_MIN = 1 // Minimum size of a code section in the body (the actual code) export const CONTAINER_MIN = 0x0001 // Minimum size of container section export const CONTAINER_MAX = 0x0100 // Maximum size of container section