virtualx-engine/platform/osx
Rémi Verschelde b197de6f5f
Fix typos with codespell
Using codespell 2.1.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
leapyear
lod
merchantibility
nd
numer
ois
ony
que
readded
seeked
statics
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2022-01-07 00:14:54 +01:00
..
export Fix decoding UTF-8 filenames on unzipping. 2022-01-06 00:21:37 +01:00
crash_handler_osx.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
crash_handler_osx.mm [macOS] Fix crash handler not printing function names on M1 Macs. 2021-12-08 10:37:49 +01:00
detect.py Fix outdated SCons macOS build message 2021-11-12 23:05:54 +01:00
dir_access_osx.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
dir_access_osx.mm Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
godot_main_osx.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
joypad_osx.cpp Fix crash on macOS (AS) when dualshock4 is removed 2021-11-17 16:37:33 +01:00
joypad_osx.h Remove unimplemented methods 2021-11-18 12:47:36 +00:00
logo.png platform: Update metadata for export platforms 2020-08-14 00:32:05 +02:00
os_osx.h [macOS] Fix OpenGL flickering. 2021-12-18 21:02:13 +02:00
os_osx.mm Fix typos with codespell 2022-01-07 00:14:54 +01:00
platform_config.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
platform_osx_builders.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
power_osx.cpp clang-format: Various fixes to comments alignment from clang-format 13 2021-10-28 14:50:32 +02:00
power_osx.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
SCsub Modernize Semaphore 2021-02-18 11:58:08 +01:00