Commit 8e548c41 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32/tests: Spelling fix.

parent b81d3f06
......@@ -116,7 +116,7 @@ static void getstring_test(LPCWSTR assocName, HKEY progIdKey, ASSOCSTR str, LPCW
if (expected_string) {
ok_(__FILE__, line)(hr == S_FALSE, "GetString returned 0x%x, expected S_FALSE\n", hr);
if (hr != S_FALSE) {
/* don't try to allocate memory using unitialized len */
/* don't try to allocate memory using uninitialized len */
IQueryAssociations_Release(assoc);
return;
}
......
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