From e83657973771cd58bcf3fc9389247478bc51e6e6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 27 Jul 2010 18:55:22 +0000 Subject: [PATCH] Spelling fix --- contrib/xml2/README.xml2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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