diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-04-26 13:57:02 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-04-26 13:57:09 +0200 |
commit | e1075e9c7ce41705a0a8df8b8d89819aaf7e47d6 (patch) | |
tree | 49ee796b242bc3abc7909de3816ec0c8e00c41a9 /modules/openxr/extensions/openxr_opengl_extension.cpp | |
parent | 8f7b09916d6560f2dfe0cd47d604884b10748113 (diff) | |
download | redot-engine-e1075e9c7ce41705a0a8df8b8d89819aaf7e47d6.tar.gz |
Fix various typos with codespell
Also includes the grammar fix from #76206.
Co-authored-by: Peter Anderson <BWPanda@users.noreply.github.com>
Diffstat (limited to 'modules/openxr/extensions/openxr_opengl_extension.cpp')
-rw-r--r-- | modules/openxr/extensions/openxr_opengl_extension.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openxr/extensions/openxr_opengl_extension.cpp b/modules/openxr/extensions/openxr_opengl_extension.cpp index 20ccfe3906..83d31036a4 100644 --- a/modules/openxr/extensions/openxr_opengl_extension.cpp +++ b/modules/openxr/extensions/openxr_opengl_extension.cpp @@ -37,7 +37,7 @@ #include "servers/rendering/rendering_server_globals.h" #include "servers/rendering_server.h" -// OpenXR requires us to submit sRGB textures so that it recognises the content +// OpenXR requires us to submit sRGB textures so that it recognizes the content // as being in sRGB color space. We do fall back on "normal" textures but this // will likely result in incorrect colors as OpenXR will double the sRGB conversion. // All major XR runtimes support sRGB textures. |