http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b5731
)
msxml3: Fix a typo in a comment.
author
André Hentschel
<nerv@dawncrow.de>
Mon, 22 Mar 2010 18:48:29 +0000
(19:48 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 23 Mar 2010 10:40:59 +0000
(11:40 +0100)
dlls/msxml3/node.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msxml3/node.c
b/dlls/msxml3/node.c
index ac97681aac909f12c57602913e03e7cca594ddbb..b05f06e2120cb7ff3e45443aba3213ff9528765e 100644
(file)
--- 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 i
n
dents as \t. The problem is that msxml
* only formats nodes that have a line ending. Using libxml we cannot
* reproduce behaviour exactly.
*