Commit 796aa0ae authored by David Kahurani's avatar David Kahurani Committed by Alexandre Julliard

xmllite/writer: Fix typo in a comment.

parent 098f3c89
...@@ -949,7 +949,7 @@ static HRESULT WINAPI xmlwriter_WriteAttributeString(IXmlWriter *iface, LPCWSTR ...@@ -949,7 +949,7 @@ static HRESULT WINAPI xmlwriter_WriteAttributeString(IXmlWriter *iface, LPCWSTR
return S_OK; 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)) if (is_xmlns_local && is_empty_string(uri))
{ {
write_output_attribute(This, NULL, 0, L"xmlns", 5, value); write_output_attribute(This, NULL, 0, L"xmlns", 5, value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment