summaryrefslogtreecommitdiff
path: root/node.gypi
diff options
context:
space:
mode:
authorHoussem Chebab <houssemchebeb@gmail.com>2021-06-15 19:28:04 +0100
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-06-16 10:25:35 +0200
commit0af0d1c30df9d0660801529068237f628254b956 (patch)
tree13898a7c459c1b9977ed3981ce9c7e49b7b77de2 /node.gypi
parentdc2f6b606fba4bfacf7f011307e262aa1ecc242d (diff)
downloadnode-new-0af0d1c30df9d0660801529068237f628254b956.tar.gz
tools: fix typo
compability -> compatibility PR-URL: https://github.com/nodejs/node/pull/39044 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Diffstat (limited to 'node.gypi')
-rw-r--r--node.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gypi b/node.gypi
index a3c927956e..713ddbb74a 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', ]
}],