Skip to content

Commit 0786172

Browse files
authored
Fix comment spelling (occured -> occurred) (#286)
1 parent 21519b5 commit 0786172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SDL/Event.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ import qualified SDL.Raw as Raw
109109
import Control.Applicative
110110
#endif
111111

112-
-- | A single SDL event. This event occured at 'eventTimestamp' and carries data under 'eventPayload'.
112+
-- | A single SDL event. This event occurred at 'eventTimestamp' and carries data under 'eventPayload'.
113113
data Event = Event
114114
{ eventTimestamp :: Timestamp
115-
-- ^ The time the event occured.
115+
-- ^ The time the event occurred.
116116
, eventPayload :: EventPayload
117117
-- ^ Data pertaining to this event.
118118
} deriving (Eq, Ord, Generic, Show, Typeable)

0 commit comments

Comments
 (0)