Corrected spelling in header files.

This commit is contained in:
Philipp Wiesemann 2013-04-27 17:52:58 +02:00
parent 103fc07702
commit c0f29fb59a
4 changed files with 18 additions and 18 deletions

View file

@ -599,7 +599,7 @@ typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
* Sets up a filter to process all events before they change internal state and
* are posted to the internal event queue.
*
* The filter is protypted as:
* The filter is prototyped as:
* \code
* int SDL_EventFilter(void *userdata, SDL_Event * event);
* \endcode