From 3ae2a0be483cb683041740698510c8639d941403 Mon Sep 17 00:00:00 2001 From: Houssem Chebab Date: Tue, 15 Jun 2021 19:28:04 +0100 Subject: [PATCH] tools: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit compability -> compatibility PR-URL: https://github.com/nodejs/node/pull/39044 Reviewed-By: Richard Lau Reviewed-By: Antoine du Hamel Reviewed-By: Tobias Nießen Reviewed-By: Colin Ihrig Reviewed-By: Zijian Liu --- node.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.gypi b/node.gypi index a3c927956ec53f..713ddbb74a1b8e 100644 --- a/node.gypi +++ b/node.gypi @@ -362,7 +362,7 @@ }], ] }, { - # Set 1.0.0 as the API compability level to avoid the + # Set 1.0.0 as the API compatibility level to avoid the # deprecation warnings when using OpenSSL 3.0. 'defines': [ 'OPENSSL_API_COMPAT=0x10000000L', ] }],