Commit a80f1450 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dmsynth: Spelling fixes.

parent 99a5afc0
...@@ -147,7 +147,7 @@ static HRESULT WINAPI IDirectMusicSynth8Impl_Download(LPDIRECTMUSICSYNTH8 iface, ...@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment