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>
This commit is contained in:
Houssem Chebab 2021-06-15 19:28:04 +01:00 committed by Danielle Adams
parent bd924610ec
commit 3ae2a0be48
No known key found for this signature in database
GPG Key ID: D3A89613643B6201

View File

@ -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. # deprecation warnings when using OpenSSL 3.0.
'defines': [ 'OPENSSL_API_COMPAT=0x10000000L', ] 'defines': [ 'OPENSSL_API_COMPAT=0x10000000L', ]
}], }],