We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fbbc5 commit c1226ebCopy full SHA for c1226eb
1 file changed
server.js
@@ -59,7 +59,7 @@ class Server extends EventEmitter {
59
this.udp6 = null
60
this.ws = null
61
62
- // start an http tracker unless the user explictly says no
+ // start an http tracker unless the user explicitly says no
63
if (opts.http !== false) {
64
this.http = http.createServer(isObject(opts.http) ? opts.http : undefined)
65
this.http.on('error', err => { this._onError(err) })
0 commit comments