From 6da399606acba40177ec65731fa5ec0c756a86e8 Mon Sep 17 00:00:00 2001 From: Nicolai Mueller <97288834+nicolaimueller@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:41:12 +0100 Subject: [PATCH] Fix typo --- src/Hardware/Printer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;