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

Summary: Minor typo in SDL_Event man page
Product: SDL Reporter: David Benjamin <dnas.dnas>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: trivial    
Priority: P2    
Version: 1.2.12   
Hardware: x86   
OS: Linux   

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!