godot/platform/iphone
Rémi Verschelde 4219a4cb6f
Fix typos with codespell
Using codespell 2.0.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
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
```
2021-05-20 12:38:56 +02:00
..
export
plugin [iOS] Fix for plugin modified time check 2021-04-13 11:57:42 +03:00
app_delegate.h
app_delegate.mm
detect.py
device_metrics.h
device_metrics.m
display_layer.h
display_layer.mm
display_server_iphone.h OS: Remove native video API only implemented on iOS 2021-05-07 20:40:24 +02:00
display_server_iphone.mm OS: Remove native video API only implemented on iOS 2021-05-07 20:40:24 +02:00
godot_app_delegate.h
godot_app_delegate.m Fix typos with codespell 2021-05-20 12:38:56 +02:00
godot_iphone.mm Replace remaining uses of NULL with nullptr 2021-04-29 11:53:27 +02:00
godot_view_gesture_recognizer.h
godot_view_gesture_recognizer.mm
godot_view_renderer.h
godot_view_renderer.mm
godot_view.h
godot_view.mm Replace remaining uses of NULL with nullptr 2021-04-29 11:53:27 +02:00
ios.h
ios.mm Replace remaining uses of NULL with nullptr 2021-04-29 11:53:27 +02:00
joypad_iphone.h
joypad_iphone.mm
keyboard_input_view.h
keyboard_input_view.mm [iOS] Nonnegative start index for virtual keyboard range 2021-04-30 11:44:32 +03:00
logo.png
main.m
os_iphone.h
os_iphone.mm OS: Remove native video API only implemented on iOS 2021-05-07 20:40:24 +02:00
platform_config.h
SCsub OS: Remove native video API only implemented on iOS 2021-05-07 20:40:24 +02:00
view_controller.h OS: Remove native video API only implemented on iOS 2021-05-07 20:40:24 +02:00
view_controller.mm OS: Remove native video API only implemented on iOS 2021-05-07 20:40:24 +02:00
vulkan_context_iphone.h
vulkan_context_iphone.mm Replace remaining uses of NULL with nullptr 2021-04-29 11:53:27 +02:00