From efb13b28df2147b4d7928e3f9f74d5189d76333d Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Fri, 7 Dec 2007 21:01:34 +0100 Subject: [PATCH] Assorted spelling fixes. --- dlls/comctl32/propsheet.c | 2 +- dlls/dbghelp/msc.c | 2 +- dlls/gdi32/bidi.c | 2 +- dlls/gdi32/font.c | 2 +- dlls/kernel32/tests/drive.c | 4 ++-- dlls/opengl32/make_opengl | 4 ++-- dlls/opengl32/opengl_ext.c | 2 +- dlls/wined3d/device.c | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c index a1a765fa1ad..1f675cda6eb 100644 --- a/dlls/comctl32/propsheet.c +++ b/dlls/comctl32/propsheet.c @@ -2081,7 +2081,7 @@ static BOOL PROPSHEET_SetCurSel(HWND hwndDlg, index = PROPSHEET_FindPageByResId(psInfo, result); if(index >= psInfo->nPages) { index = old_index; - WARN("Tried to skip to nonexistant page by res id\n"); + WARN("Tried to skip to nonexistent page by res id\n"); break; } continue; diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c index c04fa798254..5e6f8a84bcf 100644 --- a/dlls/dbghelp/msc.c +++ b/dlls/dbghelp/msc.c @@ -355,7 +355,7 @@ static int codeview_add_type(unsigned int typeno, struct symt* dt) if (cv_current_module->defined_types[typeno - FIRST_DEFINABLE_TYPE]) { if (cv_current_module->defined_types[typeno - FIRST_DEFINABLE_TYPE] != dt) - FIXME("Overwritting at %x\n", typeno); + FIXME("Overwriting at %x\n", typeno); } cv_current_module->defined_types[typeno - FIRST_DEFINABLE_TYPE] = dt; return TRUE; diff --git a/dlls/gdi32/bidi.c b/dlls/gdi32/bidi.c index 7505a910af8..5b787d39274 100644 --- a/dlls/gdi32/bidi.c +++ b/dlls/gdi32/bidi.c @@ -231,7 +231,7 @@ static void SetDeferredRun(WORD *pval, int cval, int iStart, int nval) Output: revised character count - Note: This is a very simplfistic function. In effect it restricts + Note: This is a very simplistic function. In effect it restricts the action of the algorithm to the first paragraph in the input where a paragraph ends at the end of the first block separator or at the end of the input text. diff --git a/dlls/gdi32/font.c b/dlls/gdi32/font.c index 1a179d5270a..9fba58e9350 100644 --- a/dlls/gdi32/font.c +++ b/dlls/gdi32/font.c @@ -2780,7 +2780,7 @@ DWORD WINAPI GetKerningPairsW( HDC hDC, DWORD cPairs, * TranslateCharsetInfo [GDI32.@] * * Fills a CHARSETINFO structure for a character set, code page, or - * font. This allows making the correspondance between different labelings + * font. This allows making the correspondence between different labelings * (character set, Windows, ANSI, and OEM codepages, and Unicode ranges) * of the same encoding. * diff --git a/dlls/kernel32/tests/drive.c b/dlls/kernel32/tests/drive.c index 52afc93ebc6..a8cc165bd59 100644 --- a/dlls/kernel32/tests/drive.c +++ b/dlls/kernel32/tests/drive.c @@ -43,7 +43,7 @@ static void test_GetDriveTypeA(void) if (!(logical_drives & 1)) ok(type == DRIVE_NO_ROOT_DIR, - "GetDriveTypeA should return DRIVE_NO_ROOT_DIR for inexistant drive %c: but not %u\n", + "GetDriveTypeA should return DRIVE_NO_ROOT_DIR for inexistent drive %c: but not %u\n", drive[0], type); logical_drives >>= 1; @@ -71,7 +71,7 @@ static void test_GetDriveTypeW(void) if (!(logical_drives & 1)) ok(type == DRIVE_NO_ROOT_DIR, - "GetDriveTypeW should return DRIVE_NO_ROOT_DIR for inexistant drive %c: but not %u\n", + "GetDriveTypeW should return DRIVE_NO_ROOT_DIR for inexistent drive %c: but not %u\n", drive[0], type); logical_drives >>= 1; diff --git a/dlls/opengl32/make_opengl b/dlls/opengl32/make_opengl index 824dd1c2611..2fb447b16b0 100755 --- a/dlls/opengl32/make_opengl +++ b/dlls/opengl32/make_opengl @@ -702,8 +702,8 @@ foreach (sort keys %ext_functions) { print EXT "\nstatic ", GenerateThunk($ext_functions{$_}, 0, $ext_prefix, $gen_thread_safe, $local_var); } -# Then the table giving the string <-> function correspondance */ -print EXT "\n\n/* The table giving the correspondance between names and functions */\n"; +# Then the table giving the string <-> function correspondence */ +print EXT "\n\n/* The table giving the correspondence between names and functions */\n"; print EXT "const OpenGL_extension extension_registry[$count] = {\n"; my $i = 0; foreach (sort keys %ext_functions) { diff --git a/dlls/opengl32/opengl_ext.c b/dlls/opengl32/opengl_ext.c index fc870ee7290..5a37ed9d2ba 100644 --- a/dlls/opengl32/opengl_ext.c +++ b/dlls/opengl32/opengl_ext.c @@ -9706,7 +9706,7 @@ static void WINAPI wine_glWriteMaskEXT( GLuint res, GLuint in, GLenum outX, GLen } -/* The table giving the correspondance between names and functions */ +/* The table giving the correspondence between names and functions */ const OpenGL_extension extension_registry[1197] = { { "glActiveStencilFaceEXT", "GL_EXT_stencil_two_side", (void *) wine_glActiveStencilFaceEXT }, { "glActiveTexture", "GL_VERSION_1_3", (void *) wine_glActiveTexture }, diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c index 622d8929609..2a80636a4e8 100644 --- a/dlls/wined3d/device.c +++ b/dlls/wined3d/device.c @@ -5761,7 +5761,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_DeletePatch(IWineD3DDevice *iface, UINT } /* TODO: Write a test for the return value */ - FIXME("Attempt to destroy nonexistant patch\n"); + FIXME("Attempt to destroy nonexistent patch\n"); return WINED3DERR_INVALIDCALL; } -- 2.11.4.GIT