Francois Gouget : ole32/tests: Fix spelling of a test function name.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 14 11:48:51 CDT 2016


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Apr 13 19:20:38 2016 +0200

ole32/tests: Fix spelling of a test function name.

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

---

 dlls/ole32/tests/clipboard.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ole32/tests/clipboard.c b/dlls/ole32/tests/clipboard.c
index 3eb9901..13e5220 100644
--- a/dlls/ole32/tests/clipboard.c
+++ b/dlls/ole32/tests/clipboard.c
@@ -455,7 +455,7 @@ static HRESULT DataObjectImpl_CreateComplex(LPDATAOBJECT *lplpdataobj)
     return S_OK;
 }
 
-static void test_get_clipboard_unitialized(void)
+static void test_get_clipboard_uninitialized(void)
 {
     HRESULT hr;
     IDataObject *pDObj;
@@ -1603,7 +1603,7 @@ static void test_get_clipboard_locked(void)
 
 START_TEST(clipboard)
 {
-    test_get_clipboard_unitialized();
+    test_get_clipboard_uninitialized();
     test_set_clipboard();
     test_consumer_refs();
     test_flushed_getdata();




More information about the wine-cvs mailing list