msxml3: Fix a typo in a comment.
This commit is contained in:
parent
92b57312b5
commit
acdce245ae
|
@ -1371,7 +1371,7 @@ static BSTR EnsureNoEncoding(BSTR sInput)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We are trying to replicate the same behaviour as msxml by converting
|
* We are trying to replicate the same behaviour as msxml by converting
|
||||||
* line endings to \r\n and using idents as \t. The problem is that msxml
|
* line endings to \r\n and using indents as \t. The problem is that msxml
|
||||||
* only formats nodes that have a line ending. Using libxml we cannot
|
* only formats nodes that have a line ending. Using libxml we cannot
|
||||||
* reproduce behaviour exactly.
|
* reproduce behaviour exactly.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue