Skip to content

Commit 77a2cb9

Browse files
Merge pull request webtorrent#284 from kslr/master
fix typo upd
2 parents f6c77c3 + e13affa commit 77a2cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ server.on('stop', function (addr) {
107107
var hostname = {
108108
http: argv['http-hostname'],
109109
udp4: argv['udp-hostname'],
110-
udp6: argv['upd6-hostname']
110+
udp6: argv['udp6-hostname']
111111
}
112112

113113
server.listen(argv.port, hostname, function () {

0 commit comments

Comments
 (0)