Fix typos with codespell
Using codespell 2.2-dev from current git. Fix a couple incorrect uses of gendered pronouns.
This commit is contained in:
parent
0d15f6344b
commit
a647fb3e62
21 changed files with 24 additions and 24 deletions
|
|
@ -75,7 +75,7 @@ module_obj = []
|
|||
env_openxr.add_source_files(module_obj, "*.cpp")
|
||||
env_openxr.add_source_files(module_obj, "action_map/*.cpp")
|
||||
|
||||
# We're a little more targetted with our extensions
|
||||
# We're a little more targeted with our extensions
|
||||
if env["platform"] == "android":
|
||||
env_openxr.add_source_files(module_obj, "extensions/openxr_android_extension.cpp")
|
||||
if env["vulkan"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue