| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0691649 commit 10a842d
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -182,7 +182,7 @@ IncomingMessage.prototype._destroy = function _destroy(err, cb) { | |||
| 182 | 182 | // If aborted and the underlying socket is not already destroyed, | |
| 183 | 183 | // destroy it. | |
| 184 | 184 | // We have to check if the socket is already destroyed because finished | |
| 185 | - // does not call the callback when this methdod is invoked from `_http_client` | ||
| 185 | + // does not call the callback when this method is invoked from `_http_client` | ||
| 186 | 186 | // in `test/parallel/test-http-client-spurious-aborted.js` | |
| 187 | 187 | if (this.socket && !this.socket.destroyed && this.aborted) { | |
| 188 | 188 | this.socket.destroy(err); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -242,7 +242,7 @@ function emitUnhandledRejectionOrErr(ee, err, type, args) { | |||
| 242 | 242 | // we might end up in an infinite loop. | |
| 243 | 243 | const prev = ee[kCapture]; | |
| 244 | 244 | ||
| 245 | - // If the error handler throws, it is not catcheable and it | ||
| 245 | + // If the error handler throws, it is not catchable and it | ||
| 246 | 246 | // will end up in 'uncaughtException'. We restore the previous | |
| 247 | 247 | // value of kCapture in case the uncaughtException is present | |
| 248 | 248 | // and the exception is handled. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -485,7 +485,7 @@ const win32 = { | |||
| 485 | 485 | }, | |
| 486 | 486 | ||
| 487 | 487 | /** | |
| 488 | - * It will solve the relative path from `from` to `to`, for instancee | ||
| 488 | + * It will solve the relative path from `from` to `to`, for instance | ||
| 489 | 489 | * from = 'C:\\orandea\\test\\aaa' | |
| 490 | 490 | * to = 'C:\\orandea\\impl\\bbb' | |
| 491 | 491 | * The output of the function should be: '..\\..\\impl\\bbb' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments