From 018f11e39266423376b3a56afbc8aaf54b4de31d Mon Sep 17 00:00:00 2001 From: Aztec Bot <49558828+AztecBot@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:09:23 -0500 Subject: [PATCH] chore: redo typo PR by Hack666r (#10992) Thanks Hack666r for https://github.com/AztecProtocol/aztec-packages/pull/10983. Our policy is to redo typo changes to dissuade metric farming. This is an automated script. --- barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.hpp b/barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.hpp index eb28477637b..441efc43bfd 100644 --- a/barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.hpp +++ b/barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.hpp @@ -165,7 +165,7 @@ class ClientIVC { * @param circuit The incoming statement * @param precomputed_vk The verification key of the incoming statement OR a mocked key whose metadata needs to be * set using the proving key produced from `circuit` in order to pass some assertions in the Oink prover. - * @param mock_vk A boolean to say whether the precomputed vk shoudl have its metadata set. + * @param mock_vk A boolean to say whether the precomputed vk should have its metadata set. */ void accumulate(ClientCircuit& circuit, const bool _one_circuit = false, @@ -194,4 +194,4 @@ class ClientIVC { std::make_shared(goblin.get_translator_proving_key()) }; } }; -} // namespace bb \ No newline at end of file +} // namespace bb