We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 520 - Minor typo in SDL_Event man page
Summary: Minor typo in SDL_Event man page
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: 1.2.12
Hardware: x86 Linux
: P2 trivial
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-02 13:39 UTC by David Benjamin
Modified: 2007-12-27 23:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Benjamin 2007-12-02 13:39:36 UTC
This appears to still be present in the 1.3 SVN, at least, based on the web interface which I assume is up-to-date.

I'm not sure if this is even worth filing a bug, but this seemed to be the "right" place to mention it.

Line 21 of docs/man3/SDL_Event.3 should read
  SDL_SysWMEvent syswm;
instead of
  SDL_SywWMEvent syswm;
Comment 1 Sam Lantinga 2007-12-27 23:54:51 UTC
This is fixed with revision 3455, thanks!