From 086945223602f5d909fc79b56420046c0808f35c Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:13:28 +0100 Subject: [PATCH] chore: redo typo PR by stayweek (#6080) Thanks stayweek for https://github.com/AztecProtocol/aztec-packages/pull/6074. Our policy is to redo typo changes to dissuade metric farming. This is an automated script. Signed-off-by: stayweek Co-authored-by: AztecBot --- barretenberg/acir_tests/headless-test/src/index.ts | 2 +- barretenberg/acir_tests/sol-test/src/index.js | 2 +- .../src/barretenberg/sumcheck/instance/prover_instance.cpp | 4 ++-- l1-contracts/scripts/ci_deploy_contracts.sh | 2 +- scripts/git-subrepo/note/Dags | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/barretenberg/acir_tests/headless-test/src/index.ts b/barretenberg/acir_tests/headless-test/src/index.ts index 5c91dc8fa15..1902e510e87 100644 --- a/barretenberg/acir_tests/headless-test/src/index.ts +++ b/barretenberg/acir_tests/headless-test/src/index.ts @@ -51,7 +51,7 @@ const readWitnessFile = (path: string): Uint8Array => { // Set up the command-line interface const program = new Command(); program.option("-v, --verbose", "verbose logging"); -program.option("-c, --crs-path ", "ignored (here for compatability)"); +program.option("-c, --crs-path ", "ignored (here for compatibility)"); program .command("prove_and_verify") diff --git a/barretenberg/acir_tests/sol-test/src/index.js b/barretenberg/acir_tests/sol-test/src/index.js index b63921d2709..59d43bea54f 100644 --- a/barretenberg/acir_tests/sol-test/src/index.js +++ b/barretenberg/acir_tests/sol-test/src/index.js @@ -137,7 +137,7 @@ const readPublicInputs = (proofAsFields) => { * Get Anvil * * Creates an anvil instance on a random port, and returns the instance and the port - * If the port is alredy allocated, it will try again + * If the port is already allocated, it will try again * @returns {[ChildProcess, Number]} [anvil, port] */ const getAnvil = async () => { diff --git a/barretenberg/cpp/src/barretenberg/sumcheck/instance/prover_instance.cpp b/barretenberg/cpp/src/barretenberg/sumcheck/instance/prover_instance.cpp index 3b42eab9d0f..06f08d6b302 100644 --- a/barretenberg/cpp/src/barretenberg/sumcheck/instance/prover_instance.cpp +++ b/barretenberg/cpp/src/barretenberg/sumcheck/instance/prover_instance.cpp @@ -15,13 +15,13 @@ template size_t ProverInstance_::compute_dyadic_size(Circ // minimum circuit size due to lookup argument const size_t min_size_due_to_lookups = circuit.get_tables_size() + circuit.get_lookups_size(); - // minumum size of execution trace due to everything else + // minimum size of execution trace due to everything else size_t min_size_of_execution_trace = circuit.public_inputs.size() + circuit.num_gates; if constexpr (IsGoblinFlavor) { min_size_of_execution_trace += circuit.blocks.ecc_op.size(); } - // The number of gates is the maxmimum required by the lookup argument or everything else, plus an optional zero row + // The number of gates is the maximum required by the lookup argument or everything else, plus an optional zero row // to allow for shifts. size_t num_zero_rows = Flavor::has_zero_row ? 1 : 0; size_t total_num_gates = num_zero_rows + std::max(min_size_due_to_lookups, min_size_of_execution_trace); diff --git a/l1-contracts/scripts/ci_deploy_contracts.sh b/l1-contracts/scripts/ci_deploy_contracts.sh index 914e28f128e..73dcf50f1a8 100755 --- a/l1-contracts/scripts/ci_deploy_contracts.sh +++ b/l1-contracts/scripts/ci_deploy_contracts.sh @@ -10,7 +10,7 @@ CONTENT_HASH=$(calculate_content_hash $REPOSITORY) echo "Last successfully published commit: $CONTENT_HASH" -# Check if image hash has alredy been deployed. +# Check if image hash has already been deployed. if check_rebuild "cache-$CONTENT_HASH-$DEPLOY_TAG-deployed" $REPOSITORY; then echo "No changes detected, no contract deploy necessary." # Set global variable for redeployment of contracts diff --git a/scripts/git-subrepo/note/Dags b/scripts/git-subrepo/note/Dags index 0481f98af5e..29417c1fc80 100644 --- a/scripts/git-subrepo/note/Dags +++ b/scripts/git-subrepo/note/Dags @@ -1,4 +1,4 @@ -== ASCII commmit DAG diagrams +== ASCII commit DAG diagrams D--E--F--G--H / /