From 4aa6418d5144bb33d50e4a9b958811f8d79ea2aa Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 24 Feb 2006 16:11:36 +0100 Subject: [PATCH] Assorted spelling fixes. --- dlls/user/tests/menu.c | 2 +- dlls/winmm/wavemap/wavemap.c | 4 ++-- dlls/winmm/winealsa/midi.c | 2 +- programs/winecfg/theme.c | 2 +- server/change.c | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dlls/user/tests/menu.c b/dlls/user/tests/menu.c index 45c1b0662c7..7de5d6d4c6a 100644 --- a/dlls/user/tests/menu.c +++ b/dlls/user/tests/menu.c @@ -60,7 +60,7 @@ static LRESULT WINAPI menu_check_wnd_proc(HWND hwnd, UINT msg, WPARAM wparam, LP /* menu texts with their sizes */ static struct { char *text; - SIZE size; /* size of text upto any \t */ + SIZE size; /* size of text up to any \t */ SIZE sc_size; /* size of the short-cut */ } MOD_txtsizes[] = { { "Pinot &Noir" }, diff --git a/dlls/winmm/wavemap/wavemap.c b/dlls/winmm/wavemap/wavemap.c index 71893527ebe..c01be8c16a5 100644 --- a/dlls/winmm/wavemap/wavemap.c +++ b/dlls/winmm/wavemap/wavemap.c @@ -453,7 +453,7 @@ static DWORD wodGetPosition(WAVEMAPDATA* wom, LPMMTIME lpTime, DWORD dwParam2) DWORD remainder = 0; /* If we are up sampling (going from lower sample rate to higher), - ** we need to make a special accomodation for times when we've + ** we need to make a special accommodation for times when we've ** written a partial output sample. This happens frequently ** to us because we use msacm to do our up sampling, and it ** will up sample on an unaligned basis. @@ -1007,7 +1007,7 @@ static DWORD widGetPosition(WAVEMAPDATA* wim, LPMMTIME lpTime, DWORD dwParam2) DWORD remainder = 0; /* If we are up sampling (going from lower sample rate to higher), - ** we need to make a special accomodation for times when we've + ** we need to make a special accommodation for times when we've ** written a partial output sample. This happens frequently ** to us because we use msacm to do our up sampling, and it ** will up sample on an unaligned basis. diff --git a/dlls/winmm/winealsa/midi.c b/dlls/winmm/winealsa/midi.c index c815ecb7f4a..f92dc472bb5 100644 --- a/dlls/winmm/winealsa/midi.c +++ b/dlls/winmm/winealsa/midi.c @@ -945,7 +945,7 @@ static DWORD modLongData(WORD wDevID, LPMIDIHDR lpMidiHdr, DWORD dwSize) * If the latest is true, then the following WARNing will fire up */ if (lpData[0] != 0xF0 || lpData[lpMidiHdr->dwBufferLength - 1] != 0xF7) { - WARN("Alledged system exclusive buffer is not correct\n\tPlease report with MIDI file\n"); + WARN("Alleged system exclusive buffer is not correct\n\tPlease report with MIDI file\n"); lpNewData = HeapAlloc(GetProcessHeap(), 0, lpMidiHdr->dwBufferLength + 2); } diff --git a/programs/winecfg/theme.c b/programs/winecfg/theme.c index e3d53b2e709..d8195521320 100644 --- a/programs/winecfg/theme.c +++ b/programs/winecfg/theme.c @@ -767,7 +767,7 @@ static void apply_shell_folder_changes() { HRESULT hr; for (i=0; iname )) return;