Skip to content
Snippets Groups Projects
Commit 8e548c41 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

shell32/tests: Spelling fix.

parent b81d3f06
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment