Skip to content

Commit c1226eb

Browse files
committed
chore: fix typo
1 parent 33fbbc5 commit c1226eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Server extends EventEmitter {
5959
this.udp6 = null
6060
this.ws = null
6161

62-
// start an http tracker unless the user explictly says no
62+
// start an http tracker unless the user explicitly says no
6363
if (opts.http !== false) {
6464
this.http = http.createServer(isObject(opts.http) ? opts.http : undefined)
6565
this.http.on('error', err => { this._onError(err) })

0 commit comments

Comments
 (0)