[Patch] Very small typo in SDL_ResizeEvent.3

In SDL_ResizeEvent, “recieved” is written instead of “received”:

— SDL_ResizeEvent.3.orig 2004-04-09 14:55:59.879608480 +0200
+++ SDL_ResizeEvent.3 2004-04-09 14:56:19.315653752 +0200
@@ -21,7 +21,7 @@
.PP
\fBSDL_ResizeEvent\fR is a member of the \fI\fBSDL_Event\fR\fR union and is used when an event of type \fBSDL_VIDEORESIZE\fP is reported&.
.PP
-When \fBSDL_RESIZABLE\fP is passed as a \fBflag\fR to \fI\fBSDL_SetVideoMode\fP\fR the user is allowed to resize the applications window&. When the window is resized an \fBSDL_VIDEORESIZE\fP is report, with the new window width and height values stored in \fBw\fR and \fBh\fR, respectively&. When an \fBSDL_VIDEORESIZE\fP is recieved the window should be resized to the new dimensions using \fI\fBSDL_SetVideoMode\fP\fR&.
+When \fBSDL_RESIZABLE\fP is passed as a \fBflag\fR to \fI\fBSDL_SetVideoMode\fP\fR the user is allowed to resize the applications window&. When the window is resized an \fBSDL_VIDEORESIZE\fP is report, with the new window width and height values stored in \fBw\fR and \fBh\fR, respectively&. When an \fBSDL_VIDEORESIZE\fP is received the window should be resized to the new dimensions using \fI\fBSDL_SetVideoMode\fP\fR&.
.SH “SEE ALSO”
.PP
\fI\fBSDL_Event\fR\fR, \fI\fBSDL_SetVideoMode\fP\fR

Sorry for this one:_____________________________________________________________________
Der WEB.DE Virenschutz schuetzt Ihr Postfach vor dem Wurm Netsky.A-P!
Kostenfrei fuer alle FreeMail Nutzer. http://f.web.de/?mc=021157

In SDL_ResizeEvent, “recieved” is written instead of “received”:

Heh, thanks.

-Sam Lantinga, Software Engineer, Blizzard Entertainment