André Hentschel : msxml3: Fix a typo in a comment.

Alexandre Julliard julliard at winehq.org
Tue Mar 23 12:12:45 CDT 2010


Module: wine
Branch: master
Commit: acdce245ae5c75bbbdf4f8eee89487c3ec9dc628
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=acdce245ae5c75bbbdf4f8eee89487c3ec9dc628

Author: André Hentschel <nerv at 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.
  *




More information about the wine-cvs mailing list