Spelling fix

This commit is contained in:
Peter Eisentraut 2010-07-27 18:54:29 +00:00
parent b26ed3584a
commit 5a54266a8d
1 changed files with 1 additions and 1 deletions

View File

@ -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