Commit 04cf91ed authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

urlmon/tests: Fix the spelling of a comment.

parent e1821ddc
...@@ -1569,7 +1569,7 @@ static void test_user_agent(void) ...@@ -1569,7 +1569,7 @@ static void test_user_agent(void)
todo_wine todo_wine
#endif #endif
/* This assumes that either p points at some property before /* 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)); ok(strstr(p, "; .NET") != NULL, "no '; .NET' in %s\n", wine_dbgstr_a(p));
p = strchr(p, ')'); p = strchr(p, ')');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment