summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-05-14 13:34:04 +0100
committerSteve Kemp <steve@steve.org.uk>2013-05-14 13:34:04 +0100
commit9188cfc1fb664fb1488ab39361c4ba7511627658 (patch)
treec41d8f38b7c35812a62b1cb99376aa032d285ec9
parentb0e10785a259405ae07c07f0a23f1800d860ab8e (diff)
Comment update.
-rw-r--r--lib/custodian/worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/worker.rb b/lib/custodian/worker.rb
index cea07d8..0255134 100644
--- a/lib/custodian/worker.rb
+++ b/lib/custodian/worker.rb
@@ -269,7 +269,7 @@ module Custodian
end
#
- # Log a test duration with each registered alerter.
+ # Log the test duration with each registered alerter.
#
def do_duration( test, duration )
@alerter.split( "," ).each do |alerter|