From 49492c3e4c808ca3e44b66227f884bc341bfeedd Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 28 Dec 2007 07:54:35 +0000 Subject: [PATCH] Merged revision 3455 from SDL 1.2, fixing documentation typo. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402646 --- docs/html/sdlevent.html | 4 ++-- docs/man3/SDL_Event.3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/html/sdlevent.html b/docs/html/sdlevent.html index 6817dff6a..dfd21b7fe 100644 --- a/docs/html/sdlevent.html +++ b/docs/html/sdlevent.html @@ -104,7 +104,7 @@ CLASS="PROGRAMLISTING" SDL_ExposeEvent expose; SDL_QuitEvent quit; SDL_UserEvent user; - SDL_SywWMEvent syswm; + SDL_SysWMEvent syswm; } SDL_Event;
\ No newline at end of file +> diff --git a/docs/man3/SDL_Event.3 b/docs/man3/SDL_Event.3 index 812ea62af..55bb8c096 100644 --- a/docs/man3/SDL_Event.3 +++ b/docs/man3/SDL_Event.3 @@ -18,7 +18,7 @@ SDL_Event\- General event structure SDL_ExposeEvent expose; SDL_QuitEvent quit; SDL_UserEvent user; - SDL_SywWMEvent syswm; + SDL_SysWMEvent syswm; } SDL_Event;\fR .fi .PP