From 15dbd009905894776123e688f4af38bf3c220116 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 20 Dec 2019 05:17:00 +0000 Subject: [PATCH] test: fix typo in header download test --- test/test-download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-download.js b/test/test-download.js index c88f0c612c..fe373e3280 100644 --- a/test/test-download.js +++ b/test/test-download.js @@ -211,7 +211,7 @@ test('download headers (actual)', function (t) { process.release.name !== 'node' || semver.prerelease(process.version) !== null || semver.satisfies(process.version, '<10')) { - return t.skip('Skipping acutal download of headers due to test environment configuration') + return t.skip('Skipping actual download of headers due to test environment configuration') } t.plan(17)