msxml3: Fix a typo in a comment.
authorAndré Hentschel <nerv@dawncrow.de>
Mon, 22 Mar 2010 18:48:29 +0000 (19:48 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 23 Mar 2010 10:40:59 +0000 (11:40 +0100)
dlls/msxml3/node.c

index ac97681aac909f12c57602913e03e7cca594ddbb..b05f06e2120cb7ff3e45443aba3213ff9528765e 100644 (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.
  *