Skip to content

Commit ad51627

Browse files
authored
Merge pull request #29 from ss18/bugfix/typo
Fixed typo in comments
2 parents 55ecb28 + 01c18e8 commit ad51627

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)