diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-07-27 18:54:29 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-07-27 18:54:29 +0000 |
commit | 5a54266a8db6032ac7bdfa9b32fa13fe6f8e6eb7 (patch) | |
tree | 554949b0339c008d533dd57249bd6df53b06ade9 | |
parent | b26ed3584a70db6ee0a6267e92893c4fca91f041 (diff) | |
download | postgresql-5a54266a8db6032ac7bdfa9b32fa13fe6f8e6eb7.tar.gz postgresql-5a54266a8db6032ac7bdfa9b32fa13fe6f8e6eb7.zip |
Spelling fix
-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 79acbd8a166..6bba227cb88 100644 --- a/contrib/xml2/README.xml2 +++ b/contrib/xml2/README.xml2 @@ -159,7 +159,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 |