Module: wine Branch: refs/heads/master Commit: 4aa6418d5144bb33d50e4a9b958811f8d79ea2aa URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4aa6418d5144bb33d50e4a9b...
Author: Francois Gouget fgouget@free.fr Date: Fri Feb 24 16:11:36 2006 +0100
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 45c1b06..7de5d6d 100644 --- a/dlls/user/tests/menu.c +++ b/dlls/user/tests/menu.c @@ -60,7 +60,7 @@ static LRESULT WINAPI menu_check_wnd_pro /* 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 7189352..c01be8c 100644 --- a/dlls/winmm/wavemap/wavemap.c +++ b/dlls/winmm/wavemap/wavemap.c @@ -453,7 +453,7 @@ static DWORD wodGetPosition(WAVEMAPDATA* 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* 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 c815ecb..f92dc47 100644 --- a/dlls/winmm/winealsa/midi.c +++ b/dlls/winmm/winealsa/midi.c @@ -945,7 +945,7 @@ static DWORD modLongData(WORD wDevID, LP * 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 e3d53b2..d819552 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; i<NUM_ELEMS(asfiInfo); i++) { - /* Ignore non existent link targets */ + /* Ignore nonexistent link targets */ if (asfiInfo[i].szLinkTarget[0] && stat(asfiInfo[i].szLinkTarget, &statPath)) continue;
diff --git a/server/change.c b/server/change.c index 4a8d222..cef1c3e 100644 --- a/server/change.c +++ b/server/change.c @@ -777,9 +777,9 @@ static void inotify_notify_all( struct i action = FILE_ACTION_MODIFIED;
/* - * Work our way up the inode heirachy + * Work our way up the inode hierarchy * extending the relative path as we go - * and notifyiny all recursive watches. + * and notifying all recursive watches. */ if (!prepend( &path, ie->name )) return;