godot/platform/osx
Rémi Verschelde ab3bccdb78 Fix typos with codespell
Using codespell 1.16.0.

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

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-11-22 08:35:03 +01:00
..
export
SCsub
camera_osx.h Fix typos with codespell 2019-11-22 08:35:03 +01:00
camera_osx.mm Fix typos with codespell 2019-11-22 08:35:03 +01:00
crash_handler_osx.h
crash_handler_osx.mm Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` for macOS CI. 2019-10-24 20:37:56 +03:00
detect.py Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` for macOS CI. 2019-10-24 20:37:56 +03:00
dir_access_osx.h
dir_access_osx.mm
godot_main_osx.mm
joypad_osx.cpp Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` for macOS CI. 2019-10-24 20:37:56 +03:00
joypad_osx.h
logo.png
os_osx.h [macOS] Remove CVDisplayLink v-sync hack. 2019-11-21 11:01:47 +02:00
os_osx.mm [macOS] Remove CVDisplayLink v-sync hack. 2019-11-21 11:01:47 +02:00
platform_config.h
platform_osx_builders.py
power_osx.cpp
power_osx.h
semaphore_osx.cpp
semaphore_osx.h