diff --git a/test/basic.js b/test/basic.js index 6c1cf51c..faa9f5c6 100644 --- a/test/basic.js +++ b/test/basic.js @@ -117,7 +117,7 @@ test('Command line: webtorrent download (with local content)', t // cp.exec(`${CMD} downloadmeta '${fixtures.sintel.magnetURI}' --out ${fixturesPath}`, (err, data) => { // t.error(err) // const parsedTorrent = parseTorrent(fs.readFileSync(`${fixturesPath}/${fixtures.sintel.parsedTorrent.infoHash}.torrent`)) -// // Sintel torrent file contain two fields not availaible from the DHT +// // Sintel torrent file contain two fields not available from the DHT // const expectedTorrent = fixtures.sintel.parsedTorrent // delete expectedTorrent.created // delete expectedTorrent.createdBy diff --git a/version.cjs b/version.cjs index 738f2a4c..d6217ea6 100644 --- a/version.cjs +++ b/version.cjs @@ -1,2 +1,2 @@ -// Exports package.json version to work around "with" and "assert" imports for backwards compatability. +// Exports package.json version to work around "with" and "assert" imports for backwards compatibility. module.exports = require('./package.json').version