summaryrefslogtreecommitdiff
path: root/tool/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tool/lib')
-rw-r--r--tool/lib/test/unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb
index f1a27ad859..74af13c667 100644
--- a/tool/lib/test/unit.rb
+++ b/tool/lib/test/unit.rb
@@ -473,7 +473,7 @@ module Test
real_file = worker.real_file and warn "running file: #{real_file}"
@need_quit = true
warn ""
- warn "Some test worker crashed. It might an interpreter bug or"
+ warn "A test worker crashed. It might be an interpreter bug or"
warn "a bug in test/unit/parallel.rb. Try again without the -j"
warn "option."
warn ""