# HG changeset patch # User Sam Lantinga # Date 1279432768 25200 # Node ID 4069c65b01f2e710f7b8c9e68374441d96f4889d # Parent 05ab4141ce93215599de49e9704d798dabb9dea6 Fixed typo in the documentation diff -r 05ab4141ce93 -r 4069c65b01f2 include/SDL_syswm.h --- 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. *