Fix typo
authorBruce Momjian
Tue, 16 May 2000 21:16:12 +0000 (21:16 +0000)
committerBruce Momjian
Tue, 16 May 2000 21:16:12 +0000 (21:16 +0000)
doc/src/sgml/plsql.sgml

index 31de37d4215a8663936de9615075115720fc7359..6ac162edf97dac2dfdcd502700e89e022fd4711a 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -299,7 +299,7 @@ RENAME oldname TO newname;
     
      Using the class.field%TYPE
      causes PL/pgSQL to lookup the attributes definitions at the
-     first call to the funciton during the lifetime of a backend.
+     first call to the function during the lifetime of a backend.
      Have a table with a char(20) attribute and some PL/pgSQL functions
      that deal with it's content in local variables. Now someone
      decides that char(20) isn't enough, dumps the table, drops it,