diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-07-27 18:55:44 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-07-27 18:55:44 +0000 |
commit | 3c93b54b939741db2d290556b3180e6fc3eb8318 (patch) | |
tree | f43038a0da7c06387dd6fa4e8aa8ac269faefdbd | |
parent | 0aab3c0c8d3e655491ec4f0adab2afc17c59cfb9 (diff) |
Spelling fix
-rw-r--r-- | doc/src/sgml/xml2.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/xml2.sgml b/doc/src/sgml/xml2.sgml index 392a5b24cd2..98486af909f 100644 --- a/doc/src/sgml/xml2.sgml +++ b/doc/src/sgml/xml2.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/xml2.sgml,v 1.4.2.1 2008/05/08 16:49:48 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/xml2.sgml,v 1.4.2.2 2010/07/27 18:55:44 petere Exp $ --> <sect1 id="xml2"> <title>xml2</title> @@ -385,7 +385,7 @@ WHERE t.author_id = p.person_id; </synopsis> <para> - This function appplies the XSL stylesheet to the document and returns + This function applies the XSL stylesheet to the document and returns the transformed result. The paramlist is a list of parameter assignments to be used in the transformation, specified in the form <literal>a=1,b=2</>. Note that the |