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

This commit is contained in:
Francois Gouget 2010-11-02 11:50:11 +01:00 committed by Alexandre Julliard
parent 3e331731c9
commit e71dac1ead
1 changed files with 2 additions and 2 deletions

View File

@ -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));