msxml3: Fix a typo in a comment.

This commit is contained in:
André Hentschel 2010-03-22 19:48:29 +01:00 committed by Alexandre Julliard
parent 92b57312b5
commit acdce245ae
1 changed files with 1 additions and 1 deletions

View File

@ -1371,7 +1371,7 @@ static BSTR EnsureNoEncoding(BSTR sInput)
/*
* 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
* reproduce behaviour exactly.
*