From: Peter Eisentraut Date: Tue, 27 Jul 2010 18:55:01 +0000 (+0000) Subject: Spelling fix X-Git-Tag: REL8_1_22~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=003c5981c32a984d8b9e7518551b9df9bb9fa1a3;p=thirdparty%2Fpostgresql.git Spelling fix --- 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