diff --git a/docs/specs/zk_evm/bootloader.md b/docs/specs/zk_evm/bootloader.md index bdadd1d3fce..9ca1c0bc03d 100644 --- a/docs/specs/zk_evm/bootloader.md +++ b/docs/specs/zk_evm/bootloader.md @@ -174,7 +174,7 @@ bootloader’s memory, the array of the transactions is not passed as the ABI-en struct BootloaderTxDescription { // The offset by which the ABI-encoded transaction's data is stored uint256 txDataOffset; - // Auxiliary data on the transaction's execution. In our internal versions + // Auxilary data on the transaction's execution. In our internal versions // of the bootloader it may have some special meaning, but for the // bootloader used on the mainnet it has only one meaning: whether to execute // the transaction. If 0, no more transactions should be executed. If 1, then