summaryrefslogtreecommitdiff
path: root/shared/tinyxml/readme.txt
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:05:53 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:05:53 +0200
commit618dfb51d93898632830f1b87443d3f748780871 (patch)
treebac520a2e261154f8d35b0cb8aa345f5ab373811 /shared/tinyxml/readme.txt
parent3.4 (diff)
downloadFreeFileSync-618dfb51d93898632830f1b87443d3f748780871.tar.gz
FreeFileSync-618dfb51d93898632830f1b87443d3f748780871.tar.bz2
FreeFileSync-618dfb51d93898632830f1b87443d3f748780871.zip
3.5
Diffstat (limited to 'shared/tinyxml/readme.txt')
-rw-r--r--shared/tinyxml/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/tinyxml/readme.txt b/shared/tinyxml/readme.txt
index 14ec3d2e..89d9e8d3 100644
--- a/shared/tinyxml/readme.txt
+++ b/shared/tinyxml/readme.txt
@@ -413,7 +413,7 @@ relate to the DOM.
TiXmlDeclaration class. It will be the first child of the
document node.
- This is the only directive/special tag parsed by by TinyXML.
+ This is the only directive/special tag parsed by TinyXML.
Generally directive tags are stored in TiXmlUnknown so the
commands wont be lost when it is saved back to disk.
@@ -499,7 +499,7 @@ distribution.
<h2> References </h2>
The World Wide Web Consortium is the definitive standard body for
-XML, and there web pages contain huge amounts of information.
+XML, and their web pages contain huge amounts of information.
The definitive spec: <a href="http://www.w3.org/TR/2004/REC-xml-20040204/">
http://www.w3.org/TR/2004/REC-xml-20040204/</a>
bgstack15