Commit 503934a6 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

shlwapi/tests: Fix typo.

parent 64802588
......@@ -192,7 +192,7 @@ static void test_SHGetRegPath(void)
ok( 0 == strcmp(sExpTestpath1, buf) , "Comparing (%s) with (%s) failed\n", buf, sExpTestpath1);
}
static void test_SHQUeryValueEx(void)
static void test_SHQueryValueEx(void)
{
HKEY hKey;
DWORD dwSize;
......@@ -464,7 +464,7 @@ START_TEST(shreg)
pSHRegGetValueA=(SHRegGetValueA_func)GetProcAddress(hshlwapi,"SHRegGetValueA");
test_SHGetValue();
test_SHRegGetValue();
test_SHQUeryValueEx();
test_SHQueryValueEx();
test_SHGetRegPath();
test_SHCopyKey();
test_SHDeleteKey();
......
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