From: Neil Conway Date: Thu, 1 Dec 2005 10:38:09 +0000 (+0000) Subject: Fix typo in PL/PgSQL documentation, per Chris KL. X-Git-Tag: REL8_1_1~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc0b56c0fe121ed37ffb9e61a7a09a7fd4455fae;p=thirdparty%2Fpostgresql.git Fix typo in PL/PgSQL documentation, per Chris KL. --- diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index afea5ee79d1..87cd7c0d173 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,5 +1,5 @@ @@ -1964,7 +1964,7 @@ END LOOP; <<label>> FOR name IN REVERSE expression .. expression LOOP statements -END LOOP labal ; +END LOOP label ;