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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 25 09:47:12 CDT 2016


Module: wine
Branch: master
Commit: 147d8231e4c3a84f552a29903ae9cbf224df6298
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=147d8231e4c3a84f552a29903ae9cbf224df6298

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Apr 23 07:46:33 2016 +0200

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);
 




More information about the wine-cvs mailing list