Francois Gouget : msxml3/tests: Small spelling fix in a nonexistent resource.

Alexandre Julliard julliard at winehq.org
Tue Nov 2 11:10:59 CDT 2010


Module: wine
Branch: master
Commit: e71dac1ead9c9ba121356c9bf98d6cd34c3201ce
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e71dac1ead9c9ba121356c9bf98d6cd34c3201ce

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Nov  2 11:50:11 2010 +0100

msxml3/tests: Small spelling fix in a nonexistent resource.

---

 dlls/msxml3/tests/domdoc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index 0965989..e009829 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -6550,8 +6550,8 @@ static void test_XSLPattern(void)
     if (len)
         expect_list_and_release(list, "E3.E3.E2.D1 E3.E4.E2.D1");
 
-    /* set prefix foo to some non-existant namespace */
-    ole_check(IXMLDOMDocument2_setProperty(doc, _bstr_("SelectionNamespaces"), _variantbstr_("xmlns:foo='urn:non-existant-foo'")));
+    /* set prefix foo to some nonexistent namespace */
+    ole_check(IXMLDOMDocument2_setProperty(doc, _bstr_("SelectionNamespaces"), _variantbstr_("xmlns:foo='urn:nonexistent-foo'")));
 
     /* the registered prefix takes precedence */
     ole_check(IXMLDOMDocument2_selectNodes(doc, _bstr_("//foo:c"), &list));




More information about the wine-cvs mailing list