From acdce245ae5c75bbbdf4f8eee89487c3ec9dc628 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Mon, 22 Mar 2010 19:48:29 +0100 Subject: [PATCH] msxml3: Fix a typo in a comment. --- dlls/msxml3/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c index ac97681aac9..b05f06e2120 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. * -- 2.11.4.GIT