Skip to content

Commit

Permalink
Update lib/forever.js
Browse files Browse the repository at this point in the history
Fixed a small typo ("restaring" => "restarting".)
  • Loading branch information
bramstein committed Aug 13, 2012
1 parent 4ed446f commit 777256f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forever.js
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ forever.logEvents = function (monitor) {
});

monitor.on('watch:restart', function (info) {
console.error('restaring script because ' + info.file + ' changed')
console.error('restarting script because ' + info.file + ' changed')
});

monitor.on('restart', function () {
Expand Down

0 comments on commit 777256f

Please sign in to comment.