spoolss/tests: Fix a typo in a comment.

This commit is contained in:
Francois Gouget 2023-02-10 17:12:07 +01:00 committed by Alexandre Julliard
parent 2f3d4d8fa1
commit ed03f20d60

View file

@ -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);