changeset 4895:fd27410a5db0

Fixed documentation typo
author Sam Lantinga <slouken@libsdl.org>
date Sat, 25 Sep 2010 17:06:41 -0700
parents ac19d74e2a47
children d72e28642940
files include/SDL_syswm.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_syswm.h	Sun Sep 19 16:46:56 2010 -0700
+++ b/include/SDL_syswm.h	Sat Sep 25 17:06:41 2010 -0700
@@ -222,7 +222,7 @@
  *  
  *  You typically use this function like this:
  *  \code
- *  SDL_SysWMInfo info;
+ *  SDL_SysWMinfo info;
  *  SDL_VERSION(&info.version);
  *  if ( SDL_GetWindowWMInfo(&info) ) { ... }
  *  \endcode