From 6033e1747b6d25ad8c1b954ec2bd8e59262a969f Mon Sep 17 00:00:00 2001 From: zkronos73 Date: Wed, 11 Jan 2023 16:37:56 +0000 Subject: [PATCH 1/2] typo in padding_kkbits.pil --- pil/padding_kkbit.pil | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pil/padding_kkbit.pil b/pil/padding_kkbit.pil index 3a1b6019..40e2d40b 100644 --- a/pil/padding_kkbit.pil +++ b/pil/padding_kkbit.pil @@ -17,8 +17,8 @@ ● ● ● ● ● ● ● ● ● ┌─────────────────┐ - ● ● ● │r8 calcuulations │ - ● ● ● │ 9*136 = 1467 │ + ● ● ● │ r8 calculations │ + ● ● ● │ 9*136 = 1224 │ ● ● ● │ │ ● ● ● └─────────────────┘ ● ● ● From f7a8828948a69e0d962e767150539c30165ce1ca Mon Sep 17 00:00:00 2001 From: zkronos73 Date: Wed, 11 Jan 2023 16:40:09 +0000 Subject: [PATCH 2/2] typo in main_executor.js --- src/build_genesis.js | 2 +- src/main_executor.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build_genesis.js b/src/build_genesis.js index 92f5d15d..906b4a62 100644 --- a/src/build_genesis.js +++ b/src/build_genesis.js @@ -25,7 +25,7 @@ async function run() { } else if (argv._.length == 1) { inputFile = argv._[0]; } else { - console.log("Only one input file at a time is permited"); + console.log("Only one input file at a time is permitted"); process.exit(1); } diff --git a/src/main_executor.js b/src/main_executor.js index e7b0f25a..3c24a2a3 100644 --- a/src/main_executor.js +++ b/src/main_executor.js @@ -57,7 +57,7 @@ async function run() { } else if (argv._.length == 1) { inputFile = argv._[0]; } else { - console.log("Only one input file at a time is permited"); + console.log("Only one input file at a time is permitted"); process.exit(1); }