diff --git a/cpp/src/barretenberg/client_ivc/client_ivc.hpp b/cpp/src/barretenberg/client_ivc/client_ivc.hpp index eb2847763..441efc43b 100644 --- a/cpp/src/barretenberg/client_ivc/client_ivc.hpp +++ b/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