changeset 2278:85cbe9c892f4

Merged revision 3455 from SDL 1.2, fixing documentation typo.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 28 Dec 2007 07:54:35 +0000
parents 5ae70849d99d
children 65bb3dd0b350
files docs/html/sdlevent.html docs/man3/SDL_Event.3
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/html/sdlevent.html	Thu Dec 13 03:53:02 2007 +0000
+++ b/docs/html/sdlevent.html	Fri Dec 28 07:54:35 2007 +0000
@@ -104,7 +104,7 @@
   SDL_ExposeEvent expose;
   SDL_QuitEvent quit;
   SDL_UserEvent user;
-  SDL_SywWMEvent syswm;
+  SDL_SysWMEvent syswm;
 } SDL_Event;</PRE
 ></DIV
 ><DIV
@@ -991,4 +991,4 @@
 ></DIV
 ></BODY
 ></HTML
->
\ No newline at end of file
+>
--- a/docs/man3/SDL_Event.3	Thu Dec 13 03:53:02 2007 +0000
+++ b/docs/man3/SDL_Event.3	Fri Dec 28 07:54:35 2007 +0000
@@ -18,7 +18,7 @@
   SDL_ExposeEvent expose;
   SDL_QuitEvent quit;
   SDL_UserEvent user;
-  SDL_SywWMEvent syswm;
+  SDL_SysWMEvent syswm;
 } SDL_Event;\fR
 .fi
 .PP