Francois Gouget : shell32/tests: Spelling fix.

Alexandre Julliard julliard at winehq.org
Mon Jun 13 11:11:30 CDT 2016


Module: wine
Branch: master
Commit: 8e548c41c13b1c5ea9a2b46eb0e2dcbc9587b1e9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8e548c41c13b1c5ea9a2b46eb0e2dcbc9587b1e9

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jun 11 13:53:39 2016 +0200

shell32/tests: Spelling fix.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/tests/assoc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/tests/assoc.c b/dlls/shell32/tests/assoc.c
index 274c0fc..2cd06d2 100644
--- a/dlls/shell32/tests/assoc.c
+++ b/dlls/shell32/tests/assoc.c
@@ -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;
         }




More information about the wine-cvs mailing list