Fix various typos with codespell

Using 2.2.7.dev5+g2af65969.
This commit is contained in:
Rémi Verschelde
2023-10-06 12:52:10 +02:00
parent 9e455f424a
commit 373c4b22d3
6 changed files with 10 additions and 10 deletions

View File

@ -112,7 +112,7 @@ XrFoveationLevelFB OpenXRFBFoveationExtension::get_foveation_level() const {
void OpenXRFBFoveationExtension::set_foveation_level(XrFoveationLevelFB p_foveation_level) {
foveation_level = p_foveation_level;
// Update profile will do nothing if we're not yet initialised
// Update profile will do nothing if we're not yet initialized.
update_profile();
}
@ -123,7 +123,7 @@ XrFoveationDynamicFB OpenXRFBFoveationExtension::get_foveation_dynamic() const {
void OpenXRFBFoveationExtension::set_foveation_dynamic(XrFoveationDynamicFB p_foveation_dynamic) {
foveation_dynamic = p_foveation_dynamic;
// Update profile will do nothing if we're not yet initialised
// Update profile will do nothing if we're not yet initialized.
update_profile();
}