Skip to content

Commit

Permalink
doc: fix typos in cluster & errors
Browse files Browse the repository at this point in the history
PR-URL: #3011
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
  • Loading branch information
reggi authored and Fishrock123 committed Sep 25, 2015
1 parent 52031e1 commit a366e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api/cluster.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ in the master process using the message system:
console.log("numReqs =", numReqs);
}, 1000);

// Count requestes
// Count requests
function messageHandler(msg) {
if (msg.cmd && msg.cmd == 'notifyRequest') {
numReqs += 1;
Expand Down
2 changes: 1 addition & 1 deletion doc/api/errors.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ An operation expected a file, but the given pathname was a directory.

#### EMFILE: Too many open files in system

Maxiumum number of [file descriptors](http://en.wikipedia.org/wiki/File_descriptor) allowable on the system has
Maximum number of [file descriptors](http://en.wikipedia.org/wiki/File_descriptor) allowable on the system has
been reached, and requests for another descriptor cannot be fulfilled until
at least one has been closed.

Expand Down

0 comments on commit a366e84

Please sign in to comment.