diff --git a/src/Hardware/Printer.cpp b/src/Hardware/Printer.cpp index 6d43e42..f18db2e 100644 --- a/src/Hardware/Printer.cpp +++ b/src/Hardware/Printer.cpp @@ -332,7 +332,7 @@ void Printer::PrintMostLeakingSets( std::vector>& propagations, std::vector& probe_extensions, std::vector>& probing_sets, const CircuitStruct& circuit, const Settings& settings, std::ofstream& stream) { - stream << "2.) Summary of the most leakging (and still active) probing sets: " + stream << "2.) Summary of the most leaking (and still active) probing sets: " << std::endl << std::endl; size_t index, set_index;