This patch fixes a trivial typo in the CREATE FUNCTION ref page.
authorBruce Momjian <bruce@momjian.us>
Wed, 10 Sep 2003 20:13:45 +0000 (20:13 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 10 Sep 2003 20:13:45 +0000 (20:13 +0000)
Neil Conway

doc/src/sgml/ref/create_function.sgml

index 43e1fa463f9d193b40293a3b0d98bc45c535af54..6134c868c84563228522c0d519dcd29adc0b3ed6 100644 (file)
@@ -364,7 +364,7 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable>
   <title>Examples</title>
 
   <para>
-   Here is a trivial example to help you get startet.  For more
+   Here is a trivial example to help you get started.  For more
    information and examples, see <xref linkend="xfunc">.
 <programlisting>
 CREATE FUNCTION add(integer, integer) RETURNS integer