aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r--bbot/worker/worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index a6b2a37..20fa688 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -128,7 +128,7 @@ run_cmd (tracer& t,
result_status r (result_status::success);
- // Log the diagnostics. Also print it to STDERR at verbosity level 3 or
+ // Log the diagnostics. Also print it to stderr at verbosity level 3 or
// higher.
//
auto add = [&log, &t] (const string& s, bool trace = true)