http://bugs.winehq.org/show_bug.cgi?id=8591
Summary: Spelling error in dlls/wined3d/surface.c says conatiner instead of container Product: Wine Version: 0.9.38. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P5 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: hpestilence@gmail.com
I came across a spelling error in my debug log so I looked for it in the source code and found it in dlls/wined3d/surface.c line 460 (in 0.9.38 version of the source code). I assigned this bug to wine-directx-d3d, not sure if that is correct.
Line from the debug: 0010:trace:d3d_surface:IWineD3DSurfaceImpl_PreLoad Passing to conatiner
Line from source code is: TRACE("Passing to conatiner\n");
Ooh, just found out I could link to it: http://source.winehq.org/source/dlls/wined3d/surface.c#L460