From 6a8689f1f965240755a58dfed20203cd6f324356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 3 Oct 2021 14:18:42 +0200 Subject: [PATCH] test: fix typo in test/common/index.js PR-URL: https://github.com/nodejs/node/pull/40297 Reviewed-By: Richard Lau Reviewed-By: Antoine du Hamel --- test/common/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/index.js b/test/common/index.js index 4f4e85bcaf94ac..fe2793783d8df2 100644 --- a/test/common/index.js +++ b/test/common/index.js @@ -272,7 +272,7 @@ let knownGlobals = [ // TODO(@jasnell): This check can be temporary. AbortController is // not currently supported in either Node.js 12 or 10, making it -// difficult to run tests comparitively on those versions. Once +// difficult to run tests comparatively on those versions. Once // all supported versions have AbortController as a global, this // check can be removed and AbortController can be added to the // knownGlobals list above.