Mercurial > sdl-ios-xcode
changeset 4530:4069c65b01f2
Fixed typo in the documentation
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 17 Jul 2010 22:59:28 -0700 |
parents | 05ab4141ce93 |
children | 115a631781bd |
files | include/SDL_syswm.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_syswm.h Sat Jul 17 18:57:51 2010 -0700 +++ b/include/SDL_syswm.h Sat Jul 17 22:59:28 2010 -0700 @@ -213,7 +213,7 @@ /** * \brief This function allows access to driver-dependent window information. * - * \param windowID The window about which information is being requested + * \param window The window about which information is being requested * \param info This structure must be initialized with the SDL version, and is * then filled in with information about the given window. *