| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1e862b3 commit f1009ae
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ const http = require('http'); | |||
| 34 | 34 | } | |
| 35 | 35 | ||
| 36 | 36 | { | |
| 37 | - // Ensure that timeouted sockets are not reused. | ||
| 37 | + // Ensure that timed-out sockets are not reused. | ||
| 38 | 38 | ||
| 39 | 39 | const agent = new http.Agent({ keepAlive: true, timeout: 50 }); | |
| 40 | 40 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ const cleanUp = (err) => { | |||
| 33 | 33 | process.exitCode = err ? 1 : 0; | |
| 34 | 34 | }; | |
| 35 | 35 | ||
| 36 | - const timeout = setTimeout(() => cleanUp('Timeouted'), 5000); | ||
| 36 | + const timeout = setTimeout(() => cleanUp('Timed out'), 5000); | ||
| 37 | 37 | ||
| 38 | 38 | function waitForPort(port, cb) { | |
| 39 | 39 | const socket = net.connect(common.PORT, () => { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments