From 0cbc8fa5393f359c7ae3c09a2c8cb208aeb8ab9b Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Thu, 2 Jan 2025 21:57:19 +0100 Subject: [PATCH] typo fix Update main.cpp --- cpp/src/barretenberg/bb/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/barretenberg/bb/main.cpp b/cpp/src/barretenberg/bb/main.cpp index e4b65f266e..c43fa79b66 100644 --- a/cpp/src/barretenberg/bb/main.cpp +++ b/cpp/src/barretenberg/bb/main.cpp @@ -949,7 +949,7 @@ void write_vk_honk(const std::string& bytecodePath, const std::string& outputPat /** * @brief Compute and write to file a MegaHonk VK for a circuit to be accumulated in the IVC - * @note This method differes from write_vk_honk in that it handles kernel circuits which require special + * @note This method differs from write_vk_honk in that it handles kernel circuits which require special * treatment (i.e. construction of mock IVC state to correctly complete the kernel logic). * * @param bytecodePath