Skip to content

Commit

Permalink
Merge pull request #1075 from serialworm/master
Browse files Browse the repository at this point in the history
Fixed grammatical error
  • Loading branch information
jshkurti committed Mar 5, 2015
2 parents f7937a1 + 345e145 commit f8527d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CLI.js
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ function fallbackLogStream(id, lines) {

printOut('########### Starting streaming logs for [%s] process', id || 'all');
if (!list || list.length == 0) {
return printError('Can not found log files, try to reload logs by executing "pm2 reload <name|all>".');
return printError('Can not find log files, try to reload logs by executing "pm2 reload <name|all>".');
}

// Group by logs.
Expand Down

0 comments on commit f8527d6

Please sign in to comment.