[PATCHES] Typo in pl_funcs.c comment

2005-06-18 Thread Michael Fuhr
pl_funcs.c has a comment that refers to functins, which I'm
assuming should be functions.  The attached patch corrects
the spelling.

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/
Index: src/pl/plpgsql/src/pl_funcs.c
===
RCS file: /projects/cvsroot/pgsql/src/pl/plpgsql/src/pl_funcs.c,v
retrieving revision 1.43
diff -c -r1.43 pl_funcs.c
*** src/pl/plpgsql/src/pl_funcs.c   14 Jun 2005 06:43:14 -  1.43
--- src/pl/plpgsql/src/pl_funcs.c   18 Jun 2005 19:54:57 -
***
*** 1,5 
  /**
!  * pl_funcs.c - Misc functins for the PL/pgSQL
   *  procedural language
   *
   * IDENTIFICATION
--- 1,5 
  /**
!  * pl_funcs.c - Misc functions for the PL/pgSQL
   *  procedural language
   *
   * IDENTIFICATION

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [PATCHES] Typo in pl_funcs.c comment

2005-06-18 Thread Bruce Momjian

Thanks, applied.

---

Michael Fuhr wrote:
 pl_funcs.c has a comment that refers to functins, which I'm
 assuming should be functions.  The attached patch corrects
 the spelling.
 
 -- 
 Michael Fuhr
 http://www.fuhr.org/~mfuhr/

[ Attachment, skipping... ]

 
 ---(end of broadcast)---
 TIP 5: Have you checked our extensive FAQ?
 
http://www.postgresql.org/docs/faq

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  pgman@candle.pha.pa.us   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])