summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-04-07 08:53:10 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-04-07 08:53:10 +0200
commit7f4f19e7000958834f0403a01238bf0d2dd93b13 (patch)
treef0be95a286d1c2d8f4044c2a0c0d143976808469 /src
parent5b1cff33886090b018ef16ed3abc509601e838da (diff)
downloadjustbuild-7f4f19e7000958834f0403a01238bf0d2dd93b13.tar.gz
just-mr progress_reporter: Fix typo in log message
Diffstat (limited to 'src')
-rw-r--r--src/other_tools/just_mr/progress_reporting/progress_reporter.cpp2
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,