[PATCH v2 3/3] dlls/xmllite: Fix typo in a comment

David Kahurani wine at gitlab.winehq.org
Mon Jun 20 05:15:02 CDT 2022


From: David Kahurani <k.kahurani at gmail.com>

Signed-off-by: David Kahurani <k.kahurani at gmail.com>
---
 dlls/xmllite/writer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/xmllite/writer.c b/dlls/xmllite/writer.c
index 91eb321f615..6662cf6d7c7 100644
--- a/dlls/xmllite/writer.c
+++ b/dlls/xmllite/writer.c
@@ -949,7 +949,7 @@ static HRESULT WINAPI xmlwriter_WriteAttributeString(IXmlWriter *iface, LPCWSTR
         return S_OK;
     }
 
-    /* Ignore prefix is URI wasn't specified. */
+    /* Ignore prefix if URI wasn't specified. */
     if (is_xmlns_local && is_empty_string(uri))
     {
         write_output_attribute(This, NULL, 0, L"xmlns", 5, value);
-- 
GitLab

https://gitlab.winehq.org/wine/wine/-/merge_requests/281



More information about the wine-devel mailing list