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