From bcbbc6be84b97748cf883038d9b0d730bd52102d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 28 Dec 2007 07:52:19 +0000 Subject: [PATCH] Fixed typo in docs, fixing bug #520 --HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402645 --- 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