Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a comment typo (thanks, Dominus!).
  • Loading branch information
icculus committed Nov 1, 2019
1 parent 303646a commit b70222d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_events.h
Expand Up @@ -559,7 +559,7 @@ typedef union SDL_Event
{
Uint32 type; /**< Event type, shared with all events */
SDL_CommonEvent common; /**< Common event data */
SDL_DisplayEvent display; /**< Window event data */
SDL_DisplayEvent display; /**< Display event data */
SDL_WindowEvent window; /**< Window event data */
SDL_KeyboardEvent key; /**< Keyboard event data */
SDL_TextEditingEvent edit; /**< Text editing event data */
Expand Down

0 comments on commit b70222d

Please sign in to comment.