1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix various typos with codespell

Using 2.2.7.dev51+geb4a58fe.
This commit is contained in:
Rémi Verschelde
2023-11-11 23:01:24 +01:00
parent e38686f85b
commit ba713c80df
9 changed files with 14 additions and 13 deletions

View File

@@ -289,7 +289,7 @@ bool OpenXRAPI::create_instance() {
for (KeyValue<String, bool *> &requested_extension : requested_extensions) {
if (!is_extension_supported(requested_extension.key)) {
if (requested_extension.value == nullptr) {
// Null means this is a manditory extension so we fail.
// Null 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.