summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-21 00:06:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-21 00:06:41 +0000
commit3dc2a9ceb661b14870cdc18bd7d7688b064ade04 (patch)
treeecd09900cdd33c21d374505aa01561111ac4e84c /DOCS
parentbff41e92bb66a57321adb0e9bb8313cf96001e35 (diff)
downloadmpv-3dc2a9ceb661b14870cdc18bd7d7688b064ade04.tar.bz2
mpv-3dc2a9ceb661b14870cdc18bd7d7688b064ade04.tar.xz
typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9954 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/README2
-rw-r--r--DOCS/xml/README.maintainers2
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/README b/DOCS/xml/README
index 13b53501dc..a1cd1dbbc3 100644
--- a/DOCS/xml/README
+++ b/DOCS/xml/README
@@ -54,7 +54,7 @@ is the system identifier.
The problem is that the system identifier is most probably system-dependent.
To avoid the need to manually fix the system identifiers before building the
documentation, I've decided to use SGML catalogs. If you have your catalogs
-set up correctly, xmllint and xsltproc will use the them to find the DTDs
+set up correctly, xmllint and xsltproc will use them to find the DTDs
based on the public identifiers.
Note that this works only if public identifiers override system identifiers
diff --git a/DOCS/xml/README.maintainers b/DOCS/xml/README.maintainers
index 56ec979fa2..5456ad851a 100644
--- a/DOCS/xml/README.maintainers
+++ b/DOCS/xml/README.maintainers
@@ -32,7 +32,7 @@ Adding new translations
<xsl:import href="../html.xsl"/>
-5) If you are using you own HTML stylesheet, edit your Makefile and set
+5) If you are using your own HTML stylesheet, edit your Makefile and set
the HTML_STYLESHEET variable to its name.
That's all, in theory.