]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Spelling fix
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Jul 2010 18:55:22 +0000 (18:55 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Jul 2010 18:55:22 +0000 (18:55 +0000)
contrib/xml2/README.xml2

index c2e71703860f7bb7a1e2d2c4231370a2781324f8..fad95d74b3a5d39fadaace83bd084ed31aaf995f 100644 (file)
@@ -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