Skip to content

Commit

Permalink
Fix comment spelling (occured -> occurred) (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin authored Mar 22, 2023
1 parent 21519b5 commit 0786172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SDL/Event.hs
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ import qualified SDL.Raw as Raw
import Control.Applicative
#endif

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

0 comments on commit 0786172

Please sign in to comment.