| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -563,7 +563,7 @@ in the master process using the message system: | |||
| 563 | 563 | console.log("numReqs =", numReqs); | |
| 564 | 564 | }, 1000); | |
| 565 | 565 | ||
| 566 | - // Count requestes | ||
| 566 | + // Count requests | ||
| 567 | 567 | function messageHandler(msg) { | |
| 568 | 568 | if (msg.cmd && msg.cmd == 'notifyRequest') { | |
| 569 | 569 | numReqs += 1; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -308,7 +308,7 @@ An operation expected a file, but the given pathname was a directory. | |||
| 308 | 308 | ||
| 309 | 309 | #### EMFILE: Too many open files in system | |
| 310 | 310 | ||
| 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 | ||
| 312 | 312 | been reached, and requests for another descriptor cannot be fulfilled until | |
| 313 | 313 | at least one has been closed. | |
| 314 | 314 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments