shlwapi: Fix comment typo

André Hentschel nerv at dawncrow.de
Mon Apr 19 13:05:37 CDT 2010


---
 dlls/shlwapi/tests/thread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/tests/thread.c b/dlls/shlwapi/tests/thread.c
index ea89424..cb88036 100644
--- a/dlls/shlwapi/tests/thread.c
+++ b/dlls/shlwapi/tests/thread.c
@@ -132,7 +132,7 @@ static void test_SHSetThreadRef(void)
         "got 0x%x and %p with %d, %d (expected S_OK and %p with 2, 1)\n",
         hr, punk, refcount, AddRef_called, &ref);
 
-    /* clear the onject pointer */
+    /* clear the object pointer */
     hr = pSHSetThreadRef(NULL);
     ok(hr == S_OK, "got 0x%x (expected S_OK)\n", hr);
 
-- 
1.7.1.rc1.21.gf3bd6.dirty



More information about the wine-patches mailing list