RE: [PATCH] wined3d_gl.h minor typo fix

2008-12-20 Thread Nick Burns
E: [PATCH] wined3d_gl.h minor typo fix> Date: Fri, 19 Dec 2008 01:17:13 +0100> >> - USE_GL_FUNC(PGLFNGLFOGCOORDDVEXTPROC,> glFogCoordvEXT, EXT_FOG_COORD, NULL )\>> + USE_GL_FUNC(PGLFNGLFOGCOORDDVEXTPROC,> glFogCoorddvEXT,

RE: [PATCH] wined3d_gl.h minor typo fix

2008-12-18 Thread Stefan Dösinger
> -USE_GL_FUNC(PGLFNGLFOGCOORDDVEXTPROC, glFogCoordvEXT, EXT_FOG_COORD, NULL )\ > +USE_GL_FUNC(PGLFNGLFOGCOORDDVEXTPROC, glFogCoorddvEXT, EXT_FOG_COORD, NULL )\ I think I fixed that one with a patch in my glFogCoord e

Re: Typo fix

2007-04-24 Thread Lei Zhang
The attachment for that email is 0 bytes. Please resend. While you're at it, would you mind spellchecking the entire file and fixing any other spelling errors? - Lei On 4/24/07, Tom Spear <[EMAIL PROTECTED]> wrote: Just curious. I sent a patch to wine-patches last week to fix a typo in a trace

Typo fix

2007-04-24 Thread Tom Spear
Just curious. I sent a patch to wine-patches last week to fix a typo in a trace for regedit, but it was not committed. Should I go ahead and resend it? -- Thanks Tom Check out this new 3D Instant Messenger called IMVU. It's the best I have seen yet! http://imvu.com/catalog/web_invitation.

Re: Typo fix in type names

2004-01-19 Thread Mike Hearn
On Mon, 19 Jan 2004 22:45:18 +0100, Francois Gouget wrote: > On Mon, 19 Jan 2004, Peter Hunnisett wrote: >> They are correct as is and yes MS makes spelling mistakes. > Darn. No worse than us though. GTK has contained some amusing ones - foo_struct->childs is one off the top of my head :)

Re: Typo fix in type names

2004-01-19 Thread Francois Gouget
On Mon, 19 Jan 2004, Peter Hunnisett wrote: > They are correct as is and yes MS makes spelling mistakes. Darn. [...] > >That may be because these are internal types (they are defined in an > >internal header after all), or because they are badly documented. > > > This is the case. They're from a

Re: Typo fix in type names

2004-01-19 Thread Peter Hunnisett
They are correct as is and yes MS makes spelling mistakes. Francois Gouget wrote: In dlls/dplayx/lobbysp.h I found types and a field with a typo: SPDATA_BUILDPARENTALHEIRARCHY LPSPDATA_BUILDPARENTALHEIRARCHY LPSP_BUILDPARENTALHEIRARCHY BuildParentalHeirarchy I checked in the latest Micros