urlmon/tests: Fix a spelling error in a uri comment.

Francois Gouget fgouget at free.fr
Thu Apr 21 17:37:41 CDT 2016


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

diff --git a/dlls/urlmon/tests/uri.c b/dlls/urlmon/tests/uri.c
index 464fb07..5f98d4e 100644
--- a/dlls/urlmon/tests/uri.c
+++ b/dlls/urlmon/tests/uri.c
@@ -5768,7 +5768,7 @@ static const uri_builder_test uri_builder_tests[] = {
         0,INET_E_INVALID_URL,FALSE,
         0,0,0,INET_E_INVALID_URL,FALSE
     },
-    /* UserName can't contain any character that is a delimeter for another
+    /* UserName can't contain any character that is a delimiter for another
      * component that appears after it in a normal URI.
      */
     {   "http://google.com/",0,S_OK,FALSE,
-- 
2.8.0.rc3




More information about the wine-patches mailing list