Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a366e84

Browse filesBrowse files
reggiFishrock123
authored andcommitted
doc: fix typos in cluster & errors
PR-URL: #3011 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent 52031e1 commit a366e84
Copy full SHA for a366e84

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/cluster.markdown‎

Copy file name to clipboardExpand all lines: doc/api/cluster.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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;
Collapse file

‎doc/api/errors.markdown‎

Copy file name to clipboardExpand all lines: doc/api/errors.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.