diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-07-27 18:55:22 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-07-27 18:55:22 +0000 |
commit | e83657973771cd58bcf3fc9389247478bc51e6e6 (patch) | |
tree | 08686feabcbc32fa7436269ddf66f74ece20686e /contrib | |
parent | 9bdd3b82e6c89061b79b647adf10f3f25a1afbe5 (diff) | |
download | postgresql-e83657973771cd58bcf3fc9389247478bc51e6e6.tar.gz postgresql-e83657973771cd58bcf3fc9389247478bc51e6e6.zip |
Spelling fix
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/xml2/README.xml2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml2/README.xml2 b/contrib/xml2/README.xml2 index c2e71703860..fad95d74b3a 100644 --- a/contrib/xml2/README.xml2 +++ b/contrib/xml2/README.xml2 @@ -240,7 +240,7 @@ Makefile) xslt_process(document,stylesheet,paramlist) RETURNS text -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 'a=1,b=2'. Note that this is also proof-of-concept code and the |