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
1 changed files with 1 additions and 1 deletions

View File

@ -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");