test: fix typo in header download test (#2001)

PR-URL: https://github.com/nodejs/node-gyp/pull/2001
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
Richard Lau 2019-12-23 02:58:15 +00:00 committed by GitHub
parent 038b4a3744
commit 5a729e86ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)