Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaimueller authored Nov 6, 2024
1 parent c28d124 commit 6da3996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hardware/Printer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ void Printer<ExtensionContainer>::PrintMostLeakingSets(
std::vector<Propagation<ExtensionContainer>>& propagations, std::vector<Probe>& probe_extensions,
std::vector<ProbingSet<ExtensionContainer>>& 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;
Expand Down

0 comments on commit 6da3996

Please sign in to comment.