changeset 4098:60fa95a89846 SDL-1.2

Fixed typo in docs, fixing bug #520
author Sam Lantinga <slouken@libsdl.org>
date Fri, 28 Dec 2007 07:52:19 +0000
parents c5169b89787f
children 822f9624f984
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	Fri Dec 28 07:50:01 2007 +0000
+++ b/docs/html/sdlevent.html	Fri Dec 28 07:52:19 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	Fri Dec 28 07:50:01 2007 +0000
+++ b/docs/man3/SDL_Event.3	Fri Dec 28 07:52:19 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