summaryrefslogtreecommitdiff
path: root/lib/custodian
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
commit8b59f320ef19f6470ce0d5a7229a8be58a9f7180 (patch)
tree31fcab203914f26b5820437df15d3bfa4cd0877a /lib/custodian
parentb7a397585ac1cda99356496a301c6c46833b126d (diff)
Comment update.
Diffstat (limited to 'lib/custodian')
-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|