Module: wine Branch: master Commit: acdce245ae5c75bbbdf4f8eee89487c3ec9dc628 URL: http://source.winehq.org/git/wine.git/?a=commit;h=acdce245ae5c75bbbdf4f8eee8...
Author: André Hentschel nerv@dawncrow.de Date: Mon Mar 22 19:48:29 2010 +0100
msxml3: Fix a typo in a comment.
---
dlls/msxml3/node.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c index ac97681..b05f06e 100644 --- a/dlls/msxml3/node.c +++ b/dlls/msxml3/node.c @@ -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. *