Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed grammar, thanks to Sheena's suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 19, 2010
1 parent 6785060 commit ce401bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_video.h
Expand Up @@ -598,9 +598,9 @@ extern DECLSPEC void SDLCALL SDL_SetWindowTitle(SDL_Window * window,
extern DECLSPEC const char *SDLCALL SDL_GetWindowTitle(SDL_Window * window);

/**
* \brief Set the icon of a window.
* \brief Set the icon for a window.
*
* \param icon The icon for a window.
* \param icon The icon for the window.
*/
extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window,
SDL_Surface * icon);
Expand Down

0 comments on commit ce401bf

Please sign in to comment.