aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-07 11:35:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-07 11:35:08 +0200
commitb0ccf83f965e5fa64fea984a1e5e56528bff5ddd (patch)
tree3275650f10e45a2f4a7d2475449d38faa852e34d
parent0280a80a53c8783ba0c88cbef8f16934f7e8718f (diff)
Cosmetic change
-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)