diff --git a/cpp/src/barretenberg/bb/main.cpp b/cpp/src/barretenberg/bb/main.cpp index e4b65f266..c43fa79b6 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