Skip to content

Commit 8e88bdd

Browse files
authored
docs: fix typos (#323)
Found via `codespell -L mey,wirth`
1 parent 8ce2ff5 commit 8e88bdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/basic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ test('Command line: webtorrent download <torrent file> (with local content)', t
117117
// cp.exec(`${CMD} downloadmeta '${fixtures.sintel.magnetURI}' --out ${fixturesPath}`, (err, data) => {
118118
// t.error(err)
119119
// const parsedTorrent = parseTorrent(fs.readFileSync(`${fixturesPath}/${fixtures.sintel.parsedTorrent.infoHash}.torrent`))
120-
// // Sintel torrent file contain two fields not availaible from the DHT
120+
// // Sintel torrent file contain two fields not available from the DHT
121121
// const expectedTorrent = fixtures.sintel.parsedTorrent
122122
// delete expectedTorrent.created
123123
// delete expectedTorrent.createdBy

version.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// Exports package.json version to work around "with" and "assert" imports for backwards compatability.
1+
// Exports package.json version to work around "with" and "assert" imports for backwards compatibility.
22
module.exports = require('./package.json').version

0 commit comments

Comments
 (0)