Francois Gouget : urlmon/tests: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Fri May 14 15:47:05 CDT 2021


Module: wine
Branch: master
Commit: 04cf91ed1dbda1212bd078d192ab7116078b051a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=04cf91ed1dbda1212bd078d192ab7116078b051a

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri May 14 17:12:27 2021 +0200

urlmon/tests: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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, ')');




More information about the wine-cvs mailing list