From ed03f20d60151c567dc2a0636e835a73d25e5f73 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 10 Feb 2023 17:12:07 +0100 Subject: [PATCH] spoolss/tests: Fix a typo in a comment. --- dlls/spoolss/tests/spoolss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/spoolss/tests/spoolss.c b/dlls/spoolss/tests/spoolss.c index ce55cf50220..07af82e56ac 100644 --- a/dlls/spoolss/tests/spoolss.c +++ b/dlls/spoolss/tests/spoolss.c @@ -208,7 +208,7 @@ START_TEST(spoolss) { LPCSTR ptr; - /* The tests fail on Win7 (see comments in load_function() */ + /* The tests fail on Win7 (see comments in load_functions() */ ptr = load_functions(); if (ptr) { win_skip("%s not found\n", ptr);