Module: wine Branch: master Commit: a80f1450ce39a4357f195d29a71791ca727eb4b0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a80f1450ce39a4357f195d29a7...
Author: Francois Gouget fgouget@free.fr Date: Sun May 29 12:42:45 2016 +0200
dmsynth: Spelling fixes.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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..c5720ec 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");