[PATCH] urlmon/tests: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Fri May 14 10:12:27 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/urlmon/tests/misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/urlmon/tests/misc.c b/dlls/urlmon/tests/misc.c
index 2142e4a79e7..eb58bb54550 100644
--- a/dlls/urlmon/tests/misc.c
+++ b/dlls/urlmon/tests/misc.c
@@ -1569,7 +1569,7 @@ static void test_user_agent(void)
             todo_wine
 #endif
             /* This assumes that either p points at some property before
-             * '; .NET', or that there is more than one such occurence.
+             * '; .NET', or that there is more than one such occurrence.
              */
             ok(strstr(p, "; .NET") != NULL, "no '; .NET' in %s\n", wine_dbgstr_a(p));
             p = strchr(p, ')');
-- 
2.20.1



More information about the wine-devel mailing list