fix typo
authorBruce Momjian <[email protected]>
Sun, 28 May 2000 02:02:07 +0000 (02:02 +0000)
committerBruce Momjian <[email protected]>
Sun, 28 May 2000 02:02:07 +0000 (02:02 +0000)
doc/src/sgml/xfunc.sgml

index a6e97287b715416ee9a782ddcd4472b92fe02dfc..df9bac0b804419e6cc3ba736c90d34865ec9d90a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.16 2000/05/20 11:24:37 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.16.2.1 2000/05/28 02:02:07 momjian Exp $
 -->
 
  <chapter id="xfunc">
@@ -1012,7 +1012,7 @@ LANGUAGE 'c';
 
      <para>
       For functions written in C, the SQL name declared in
-      <command>CREATE FUNC TION</command>
+      <command>CREATE FUNCTION</command>
       must be exactly the same as the actual name of the function in the
       C code (hence it must be a legal C function name).
      </para>