Commit a648b87b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 7e74c1d2
...@@ -455,7 +455,7 @@ static HRESULT DataObjectImpl_CreateComplex(LPDATAOBJECT *lplpdataobj) ...@@ -455,7 +455,7 @@ static HRESULT DataObjectImpl_CreateComplex(LPDATAOBJECT *lplpdataobj)
return S_OK; return S_OK;
} }
static void test_get_clipboard_unitialized(void) static void test_get_clipboard_uninitialized(void)
{ {
HRESULT hr; HRESULT hr;
IDataObject *pDObj; IDataObject *pDObj;
...@@ -1603,7 +1603,7 @@ static void test_get_clipboard_locked(void) ...@@ -1603,7 +1603,7 @@ static void test_get_clipboard_locked(void)
START_TEST(clipboard) START_TEST(clipboard)
{ {
test_get_clipboard_unitialized(); test_get_clipboard_uninitialized();
test_set_clipboard(); test_set_clipboard();
test_consumer_refs(); test_consumer_refs();
test_flushed_getdata(); test_flushed_getdata();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment