ole32/tests: Fix spelling errors in a couple of comments.

Francois Gouget fgouget at free.fr
Sat Apr 23 00:46:33 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/ole32/tests/compobj.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ole32/tests/compobj.c b/dlls/ole32/tests/compobj.c
index 215d68f..3b523d1 100644
--- a/dlls/ole32/tests/compobj.c
+++ b/dlls/ole32/tests/compobj.c
@@ -2218,7 +2218,7 @@ static void test_OleInitialize_InitCounting(void)
     IUnknown *pUnk;
     REFCLSID rclsid = &CLSID_InternetZoneManager;
 
-    /* 1. OleInitialize fails but OleUnintialize is still called: apartment stays inited */
+    /* 1. OleInitialize fails but OleUninitialize is still called: apartment stays initialized */
     hr = pCoInitializeEx(NULL, COINIT_MULTITHREADED);
     ok(hr == S_OK, "CoInitializeEx(COINIT_MULTITHREADED) failed with error 0x%08x\n", hr);
 
@@ -2233,7 +2233,7 @@ static void test_OleInitialize_InitCounting(void)
 
     CoUninitialize();
 
-    /* 2. Extra multiple OleUninitialize: apartment stays inited until CoUnitialize */
+    /* 2. Extra multiple OleUninitialize: apartment stays initialized until CoUninitialize */
     hr = CoInitialize(NULL);
     ok(hr == S_OK, "CoInitialize() failed with error 0x%08x\n", hr);
 
-- 
2.8.0.rc3




More information about the wine-patches mailing list