Commit 511f9828 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

uiautomationcore: Fix a typo in a FIXME() message.

parent ed03f20d
......@@ -147,7 +147,7 @@ int uia_compare_safearrays(SAFEARRAY *sa1, SAFEARRAY *sa2, int prop_type)
if (prop_type != UIAutomationType_IntArray)
{
FIXME("Array type %#x value comparsion currently unimplemented.\n", prop_type);
FIXME("Array type %#x value comparison currently unimplemented.\n", prop_type);
return -1;
}
......
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