Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guns committed Sep 7, 2010
1 parent ec9423d commit 65e58c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delayed/daemon_tasks.rb
Expand Up @@ -138,7 +138,7 @@ def kill_master(signal)
desc 'Restart an existing delayed_worker daemon'
task(:restart) { kill_master :SIGHUP }

desc 'Stop and existing delayed_worker daemon'
desc 'Stop an existing delayed_worker daemon'
task(:stop) { kill_master :SIGTERM }
end
end

0 comments on commit 65e58c5

Please sign in to comment.