Skip to content

Commit ffdbe9d

Browse files
reggisilverwind
authored andcommitted
doc: fix typos in cluster & errors
PR-URL: #3011 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 5ac5419 commit ffdbe9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/cluster.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ in the master process using the message system:
563563
console.log("numReqs =", numReqs);
564564
}, 1000);
565565

566-
// Count requestes
566+
// Count requests
567567
function messageHandler(msg) {
568568
if (msg.cmd && msg.cmd == 'notifyRequest') {
569569
numReqs += 1;

doc/api/errors.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ An operation expected a file, but the given pathname was a directory.
308308

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

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

0 commit comments

Comments
 (0)