dmsynth: Spelling fixes.

Francois Gouget fgouget at free.fr
Sun May 29 05:42:45 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/dmsynth/synth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dmsynth/synth.c b/dlls/dmsynth/synth.c
index cdf8026..5586edc 100644
--- a/dlls/dmsynth/synth.c
+++ b/dlls/dmsynth/synth.c
@@ -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 downloaded object itself */
     if (!info->dwNumOffsetTableEntries)
     {
         FIXME("Offset table is empty\n");
-- 
2.8.1




More information about the wine-patches mailing list