# HG changeset patch # User Sam Lantinga # Date 1198828475 0 # Node ID 85cbe9c892f485e3c67ef949720ce9627a73cc3e # Parent 5ae70849d99de465faafb6b1b4bf73fce3000257 Merged revision 3455 from SDL 1.2, fixing documentation typo. diff -r 5ae70849d99d -r 85cbe9c892f4 docs/html/sdlevent.html --- 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;
\ No newline at end of file +> diff -r 5ae70849d99d -r 85cbe9c892f4 docs/man3/SDL_Event.3 --- 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