dmsynth: Spelling fixes.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-05-29 12:42:45 +02:00 committed by Alexandre Julliard
parent 99a5afc09b
commit a80f1450ce

View file

@ -147,7 +147,7 @@ static HRESULT WINAPI IDirectMusicSynth8Impl_Download(LPDIRECTMUSICSYNTH8 iface,
TRACE(" - cbSize = %u\n", info->cbSize); 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) if (!info->dwNumOffsetTableEntries)
{ {
FIXME("Offset table is empty\n"); FIXME("Offset table is empty\n");