dmsynth: Spelling fixes.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
99a5afc09b
commit
a80f1450ce
|
@ -147,7 +147,7 @@ static HRESULT WINAPI IDirectMusicSynth8Impl_Download(LPDIRECTMUSICSYNTH8 iface,
|
|||
TRACE(" - cbSize = %u\n", info->cbSize);
|
||||
}
|
||||
|
||||
/* The struct should have at least one offset corresponding to the donwload object itself */
|
||||
/* The struct should have at least one offset corresponding to the download object itself */
|
||||
if (!info->dwNumOffsetTableEntries)
|
||||
{
|
||||
FIXME("Offset table is empty\n");
|
||||
|
|
Loading…
Reference in New Issue