changeset 9953:9e6a41a7d6a8

typos
author diego
date Mon, 21 Apr 2003 00:06:41 +0000
parents fb4d0658b1b9
children 2615897d001d
files DOCS/xml/README DOCS/xml/README.maintainers
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/README	Sun Apr 20 23:43:25 2003 +0000
+++ b/DOCS/xml/README	Mon Apr 21 00:06:41 2003 +0000
@@ -54,7 +54,7 @@
 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
--- a/DOCS/xml/README.maintainers	Sun Apr 20 23:43:25 2003 +0000
+++ b/DOCS/xml/README.maintainers	Mon Apr 21 00:06:41 2003 +0000
@@ -32,7 +32,7 @@
 
 	<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.