diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-05-14 13:34:04 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-05-14 13:34:04 +0100 |
commit | 8b59f320ef19f6470ce0d5a7229a8be58a9f7180 (patch) | |
tree | 31fcab203914f26b5820437df15d3bfa4cd0877a /lib | |
parent | b7a397585ac1cda99356496a301c6c46833b126d (diff) |
Comment update.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/custodian/worker.rb | 2 |
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| |