diff options
-rw-r--r-- | src/other_tools/just_mr/progress_reporting/progress_reporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |