1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

CI: Fix support for latest codespell

(cherry picked from commit 7132627666)
This commit is contained in:
Rémi Verschelde
2024-07-05 13:24:57 +02:00
parent eb296c7f9c
commit 488757bd00
10 changed files with 12 additions and 12 deletions

View File

@@ -311,7 +311,7 @@ bool OpenXRAPI::create_instance() {
for (auto &requested_extension : requested_extensions) {
if (!is_extension_supported(requested_extension.key)) {
if (requested_extension.value == nullptr) {
// nullptr means this is a manditory extension so we fail
// nullptr means this is a mandatory extension so we fail
ERR_FAIL_V_MSG(false, String("OpenXR: OpenXR Runtime does not support ") + requested_extension.key + String(" extension!"));
} else {
// set this extension as not supported