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 | 9188cfc1fb664fb1488ab39361c4ba7511627658 (patch) | |
tree | c41d8f38b7c35812a62b1cb99376aa032d285ec9 /lib | |
parent | b0e10785a259405ae07c07f0a23f1800d860ab8e (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| |