diff options
-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| |