From a80f1450ce39a4357f195d29a71791ca727eb4b0 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 29 May 2016 12:42:45 +0200 Subject: [PATCH] dmsynth: Spelling fixes. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- 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 cdf8026c883..c5720ecd392 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 download object itself */ if (!info->dwNumOffsetTableEntries) { FIXME("Offset table is empty\n");