Francois Gouget : msxml3: Fix the spelling of some comments.

Alexandre Julliard julliard at winehq.org
Thu Dec 12 16:29:42 CST 2019


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Dec 12 11:24:16 2019 +0100

msxml3: Fix the spelling of some comments.

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

---

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

diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c
index 27abf94530..35777d6591 100644
--- a/dlls/msxml3/node.c
+++ b/dlls/msxml3/node.c
@@ -432,7 +432,7 @@ int xmlnode_get_inst_cnt(xmlnode *node)
 }
 
 /* _private field holds a number of COM instances spawned from this libxml2 node
- * most significant bits are used to store information about ignorrable whitespace nodes */
+ * most significant bits are used to store information about ignorable whitespace nodes */
 void xmlnode_add_ref(xmlNodePtr node)
 {
     if (node->type == XML_DOCUMENT_NODE) return;
diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index aa4c7a2832..843343aa00 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -4865,7 +4865,7 @@ static void test_XPath(void)
     EXPECT_HR(hr, S_OK);
     expect_list_and_release(list, "E2.D1");
 
-    /* peform xpath tests */
+    /* perform xpath tests */
     for ( ; xptest->query ; xptest++ )
     {
         char *str;
diff --git a/dlls/msxml3/tests/saxreader.c b/dlls/msxml3/tests/saxreader.c
index 4e77b00a63..44b5e1bcb5 100644
--- a/dlls/msxml3/tests/saxreader.c
+++ b/dlls/msxml3/tests/saxreader.c
@@ -3172,7 +3172,7 @@ static void test_mxwriter_properties(void)
     ok(hr == E_INVALIDARG, "got %08x\n", hr);
     SysFreeString(str);
 
-    /* test case sensivity */
+    /* test case sensitivity */
     hr = IMXWriter_put_encoding(writer, _bstr_("utf-8"));
     EXPECT_HR(hr, S_OK);
     str = (void*)0xdeadbeef;
@@ -5639,7 +5639,7 @@ static void test_mxattr_localname(void)
         hr = ISAXAttributes_getIndexFromName(saxattr, NULL, 0, NULL, 0, &index);
         EXPECT_HR(hr, E_INVALIDARG);
 
-        /* add some ambiguos attribute names */
+        /* add some ambiguous attribute names */
         hr = IMXAttributes_addAttribute(mxattr, _bstr_("uri"), _bstr_("localname"),
             _bstr_("a:localname"), _bstr_(""), _bstr_("value"));
         EXPECT_HR(hr, S_OK);




More information about the wine-cvs mailing list