msxml3: Fix a typo in a comment

André Hentschel nerv at dawncrow.de
Mon Mar 22 13:48:29 CDT 2010


diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c
index ac97681..c7eb270 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.
  *



More information about the wine-patches mailing list