From 8e19236a9cac21589e3f1edc4f2d680c43b63197 Mon Sep 17 00:00:00 2001 From: Austin English Date: Fri, 13 Jun 2008 13:54:41 -0500 Subject: [PATCH] Spelling fixes --- dlls/comctl32/listview.c | 2 +- dlls/d3dx9_36/tests/math.c | 2 +- dlls/netapi32/tests/wksta.c | 2 +- dlls/quartz/avisplit.c | 2 +- dlls/secur32/tests/schannel.c | 2 +- dlls/wined3d/context.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c index ab9cefe..7031de3 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c @@ -4096,7 +4096,7 @@ static void LISTVIEW_RefreshReportGrid(LISTVIEW_INFO *infoPtr, HDC hdc) } iterator_destroy(&j); - /* draw the horizontial lines for the rows */ + /* draw the horizontal lines for the rows */ itemheight = LISTVIEW_CalculateItemHeight(infoPtr); rcItem.left = infoPtr->rcList.left + Origin.x; rcItem.right = infoPtr->rcList.right + Origin.x; diff --git a/dlls/d3dx9_36/tests/math.c b/dlls/d3dx9_36/tests/math.c index 8c760ed..4382250 100644 --- a/dlls/d3dx9_36/tests/math.c +++ b/dlls/d3dx9_36/tests/math.c @@ -35,7 +35,7 @@ i); \ } -/* The mathematical properties are checked in the d3dx8 testsuite. +/* The mathematical properties are checked in the d3dx8 test suite. * * These tests check: * That the functions work. diff --git a/dlls/netapi32/tests/wksta.c b/dlls/netapi32/tests/wksta.c index 01d0d6f..b4994f8 100644 --- a/dlls/netapi32/tests/wksta.c +++ b/dlls/netapi32/tests/wksta.c @@ -83,7 +83,7 @@ static void run_wkstausergetinfo_tests(void) "NetWkstaUserGetInfo is unsuccessful\n"); ok(ui0 != NULL, "ui0 is NULL\n"); - /* This failure occured when I ran sshd as service and didn't authenticate + /* This failure occurred when I ran sshd as service and didn't authenticate * Since the test dereferences ui0, the rest of this test is worthless */ if (!ui0) diff --git a/dlls/quartz/avisplit.c b/dlls/quartz/avisplit.c index 0067384..8bf4814 100644 --- a/dlls/quartz/avisplit.c +++ b/dlls/quartz/avisplit.c @@ -741,7 +741,7 @@ static HRESULT AVISplitter_InitializeStreams(AVISplitterImpl *This) nMax = This->oldindex->cb / sizeof(This->oldindex->aIndex[0]); - /* Ok, maybe this is more of an excercise to see if I interpret everything correctly or not, but that is useful for now. */ + /* Ok, maybe this is more of an exercise to see if I interpret everything correctly or not, but that is useful for now. */ for (n = 0; n < nMax; ++n) { DWORD streamId = StreamFromFOURCC(This->oldindex->aIndex[n].dwChunkId); diff --git a/dlls/secur32/tests/schannel.c b/dlls/secur32/tests/schannel.c index c6d6052..719b5a1 100644 --- a/dlls/secur32/tests/schannel.c +++ b/dlls/secur32/tests/schannel.c @@ -221,7 +221,7 @@ static void testAcquireSecurityContext(void) st = pAcquireCredentialsHandleA(NULL, unisp_name_a, SECPKG_CRED_OUTBOUND, NULL, NULL, NULL, NULL, &cred, &exp); ok(st == SEC_E_OK, "AcquireCredentialsHandleA failed: %08x\n", st); - /* expriy is indeterminate in win2k3 */ + /* expiry is indeterminate in win2k3 */ trace("expiry: %08lx%08lx\n", exp.HighPart, exp.LowPart); pFreeCredentialsHandle(&cred); diff --git a/dlls/wined3d/context.c b/dlls/wined3d/context.c index 382f96d..40c1ba6 100644 --- a/dlls/wined3d/context.c +++ b/dlls/wined3d/context.c @@ -133,7 +133,7 @@ static int WineD3D_ChoosePixelFormat(IWineD3DDeviceImpl *This, HDC hdc, WINED3DF * You are able to add a depth + stencil surface at a later stage when you need it. * In order to support this properly in WineD3D we need the ability to recreate the opengl context and * drawable when this is required. This is very tricky as we need to reapply ALL opengl states for the new - * context, need torecreate shaders, textures and other resources. + * context, need to recreate shaders, textures and other resources. * * The context manager already takes care of the state problem and for the other tasks code from Reset * can be used. These changes are way to risky during the 1.0 code freeze which is taking place right now. -- 1.5.3.6