]> granicus.if.org Git - postgresql/commitdiff
Fix typo.
authorBruce Momjian <bruce@momjian.us>
Fri, 11 Mar 2005 11:42:03 +0000 (11:42 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 11 Mar 2005 11:42:03 +0000 (11:42 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 7eaa833feaa74ef46a41098fc533340e54fd1743..6915844d75fb02cfe3c9dd3e91460822be84fe33 100644 (file)
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Tue Mar 8 08:27:31 EST 2005
+   Last updated: Fri Mar 11 06:42:00 EST 2005
    
    Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
    
@@ -658,7 +658,7 @@ typedef struct nameData
    Here are some of the List manipulation commands:
    
    lfirst(i), lfirst_int(i), lfirst_oid(i)
-          return the data (a point, inteter and OID respectively) at list
+          return the data (a point, integer and OID respectively) at list
           element i.
           
    lnext(i)
index b95104f916b2f6d869bcdf0b4e82a55db8d9fff9..f70aa8704d252efa3c623e5347adc92a24b6b69c 100644 (file)
@@ -13,7 +13,7 @@
     <H1>Developer's Frequently Asked Questions (FAQ) for
     PostgreSQL</H1>
 
-    <P>Last updated: Tue Mar  8 08:27:31 EST 2005</P>
+    <P>Last updated: Fri Mar 11 06:42:00 EST 2005</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
       <DL>
         <DT>lfirst(i), lfirst_int(i), lfirst_oid(i)</DT>
 
-        <DD>return the data (a point, inteter and OID respectively) at
+        <DD>return the data (a point, integer and OID respectively) at
         list element <I>i.</I></DD>
 
         <DT>lnext(i)</DT>