]> granicus.if.org Git - postgresql/commitdiff
Fix typo in PL/PgSQL documentation, per Chris KL.
authorNeil Conway <neilc@samurai.com>
Thu, 1 Dec 2005 10:36:57 +0000 (10:36 +0000)
committerNeil Conway <neilc@samurai.com>
Thu, 1 Dec 2005 10:36:57 +0000 (10:36 +0000)
doc/src/sgml/plpgsql.sgml

index afea5ee79d103475dc4611b43414a8b0e01537cb..60a1572e703b7667663c2177c91087f302f5af18 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.80 2005/11/04 23:14:00 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.81 2005/12/01 10:36:57 neilc Exp $
 -->
 
 <chapter id="plpgsql"> 
@@ -1964,7 +1964,7 @@ END LOOP;
 <optional> &lt;&lt;<replaceable>label</replaceable>&gt;&gt; </optional>
 FOR <replaceable>name</replaceable> IN <optional> REVERSE </optional> <replaceable>expression</replaceable> .. <replaceable>expression</replaceable> LOOP
     <replaceable>statements</replaceable>
-END LOOP <optional> <replaceable>labal</replaceable> </optional>;
+END LOOP <optional> <replaceable>label</replaceable> </optional>;
 </synopsis>
 
        <para>