Module: wine Branch: master Commit: ed03f20d60151c567dc2a0636e835a73d25e5f73 URL: https://gitlab.winehq.org/wine/wine/-/commit/ed03f20d60151c567dc2a0636e835a7...
Author: Francois Gouget fgouget@free.fr Date: Fri Feb 10 17:12:07 2023 +0100
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);