]> granicus.if.org Git - postgresql/commitdiff
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 39ba9ff5881a0c74f0ad80acc90cd95114ecf96d..4944a27a52bb39c1116acbdd089b579430fb9a98 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.50 2003/09/09 18:28:52 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.51 2003/09/10 20:13:45 momjian Exp $
 -->
 
 <refentry id="SQL-CREATEFUNCTION">
@@ -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