Francois Gouget : msvcp140_1/tests: Fix the spelling of test_get_set_default_resource().

Alexandre Julliard julliard at winehq.org
Thu May 6 14:56:19 CDT 2021


Module: wine
Branch: master
Commit: 088045beb9969fb156b1e5c7b6b782067f89cb77
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=088045beb9969fb156b1e5c7b6b782067f89cb77

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu May  6 19:24:29 2021 +0200

msvcp140_1/tests: Fix the spelling of test_get_set_default_resource().

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

---

 dlls/msvcp140_1/tests/msvcp140_1.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/msvcp140_1/tests/msvcp140_1.c b/dlls/msvcp140_1/tests/msvcp140_1.c
index a773e4a236c..115e870031d 100644
--- a/dlls/msvcp140_1/tests/msvcp140_1.c
+++ b/dlls/msvcp140_1/tests/msvcp140_1.c
@@ -259,7 +259,7 @@ static void test_null_memory_resource(void)
             "Resource should not be equal to a random pointer.\n");
 }
 
-static void test_get_set_defult_resource(
+static void test_get_set_default_resource(
         memory_resource *(__cdecl *new_delete_resource)(void),
         memory_resource *(__cdecl *set_default_resource)(memory_resource*))
 {
@@ -295,9 +295,9 @@ START_TEST(msvcp140_1)
 
     test_null_memory_resource();
 
-    test_get_set_defult_resource(p__Aligned_new_delete_resource,
+    test_get_set_default_resource(p__Aligned_new_delete_resource,
             p__Aligned_set_default_resource);
-    test_get_set_defult_resource(p__Unaligned_new_delete_resource,
+    test_get_set_default_resource(p__Unaligned_new_delete_resource,
             p__Unaligned_set_default_resource);
 
     FreeLibrary(msvcp);




More information about the wine-cvs mailing list