From 5a729e86eef11c018d40faa21be1120debe59950 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 23 Dec 2019 02:58:15 +0000 Subject: [PATCH] test: fix typo in header download test (#2001) PR-URL: https://github.com/nodejs/node-gyp/pull/2001 Reviewed-By: Christian Clauss Reviewed-By: Rod Vagg --- 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)