summaryrefslogtreecommitdiff
path: root/platform/iphone/godot_view_gesture_recognizer.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-09-18 13:35:51 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-09-18 13:44:25 +0200
commit3e78963bb95dec6c42415749e7e88699208dfba7 (patch)
tree1f238a7b8399e43834a73fec91145a7434de7e8d /platform/iphone/godot_view_gesture_recognizer.h
parentb1b56fd04551e20fc05b28e92bfa2b5d2641c8ac (diff)
Fix typos with codespell
Using codespell 1.17.1. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn 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 ```
Diffstat (limited to 'platform/iphone/godot_view_gesture_recognizer.h')
-rw-r--r--platform/iphone/godot_view_gesture_recognizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/godot_view_gesture_recognizer.h b/platform/iphone/godot_view_gesture_recognizer.h
index ca3bd808d1..8d84914712 100644
--- a/platform/iphone/godot_view_gesture_recognizer.h
+++ b/platform/iphone/godot_view_gesture_recognizer.h
@@ -32,7 +32,7 @@
// emulating UIScrollView's UIScrollViewDelayedTouchesBeganGestureRecognizer.
// It catches all gestures incoming to UIView and delays them for 150ms
// (the same value used by UIScrollViewDelayedTouchesBeganGestureRecognizer)
-// If touch cancelation or end message is fired it fires delayed
+// If touch cancellation or end message is fired it fires delayed
// begin touch immediately as well as last touch signal
#import <UIKit/UIKit.h>