From 7f4f19e7000958834f0403a01238bf0d2dd93b13 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 7 Apr 2025 08:53:10 +0200 Subject: just-mr progress_reporter: Fix typo in log message --- src/other_tools/just_mr/progress_reporting/progress_reporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/other_tools/just_mr/progress_reporting/progress_reporter.cpp b/src/other_tools/just_mr/progress_reporting/progress_reporter.cpp index efff2fd7..5c3850b1 100644 --- a/src/other_tools/just_mr/progress_reporting/progress_reporter.cpp +++ b/src/other_tools/just_mr/progress_reporting/progress_reporter.cpp @@ -35,7 +35,7 @@ auto JustMRProgressReporter::Reporter( auto const run = stats->ExecutedCounter(); auto const active = progress->TaskTracker().Active(); auto const sample = progress->TaskTracker().Sample(); - auto msg = fmt::format("{} comptued, {} local, {} cached, {} done", + auto msg = fmt::format("{} computed, {} local, {} cached, {} done", computed, local, cached, -- cgit v1.2.3