Skip to content

Commit 01c18e8

Browse files
committed
Fixed typo in comments
1 parent 55ecb28 commit 01c18e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Cacao/SDL.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ internal final class SDLEventPoller {
101101
event = UIEvent(timestamp: timestamp)
102102
}
103103

104-
/// Only the key window can recieve touch input
104+
/// Only the key window can receive touch input
105105
guard let window = UIApplication.shared.keyWindow,
106106
let view = window.hitTest(screenLocation, with: event)
107107
else { return }

0 commit comments

Comments
 (0)