Commit 200c3c74 authored by Sam Lantinga's avatar Sam Lantinga

Fixed grammar, thanks to Sheena's suggestion.

parent f968057d
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment