Fix longstanding typo in V1 calling conventions documentation.
authorRobert Haas <rhaas@postgresql.org>
Sun, 16 May 2010 03:55:47 +0000 (03:55 +0000)
committerRobert Haas <rhaas@postgresql.org>
Sun, 16 May 2010 03:55:47 +0000 (03:55 +0000)
Erik Rijkers

doc/src/sgml/xfunc.sgml

index 7af14cea358bc8a0683886dd70675a35b8733034..b9c64b44b9e558f9ec31eaae52cceacda3fe8123 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.77.2.1 2003/11/12 20:05:14 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.77.2.2 2010/05/16 03:55:47 rhaas Exp $
 -->
 
  <sect1 id="xfunc">
@@ -1303,7 +1303,7 @@ Datum funcname(PG_FUNCTION_ARGS)
 <programlisting>
 PG_FUNCTION_INFO_V1(funcname);
 </programlisting>
-     must appear in the same source file.  (Conventionally. it's
+     must appear in the same source file.  (Conventionally, it's
      written just before the function itself.)  This macro call is not
      needed for <literal>internal</>-language functions, since
      <productname>PostgreSQL</> assumes that all internal functions