diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-04-07 08:53:10 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-04-07 08:53:10 +0200 |
commit | 7f4f19e7000958834f0403a01238bf0d2dd93b13 (patch) | |
tree | f0be95a286d1c2d8f4044c2a0c0d143976808469 /src | |
parent | 5b1cff33886090b018ef16ed3abc509601e838da (diff) | |
download | justbuild-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.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, |