Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7e3a8d9

Browse files
committed
Fix typo.
1 parent c129c16 commit 7e3a8d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/FAQ_DEV

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Tue Mar 8 08:27:31 EST 2005
4+
Last updated: Fri Mar 11 06:42:00 EST 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -658,7 +658,7 @@ typedef struct nameData
658658
Here are some of the List manipulation commands:
659659

660660
lfirst(i), lfirst_int(i), lfirst_oid(i)
661-
return the data (a point, inteter and OID respectively) at list
661+
return the data (a point, integer and OID respectively) at list
662662
element i.
663663

664664
lnext(i)

doc/src/FAQ/FAQ_DEV.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated: Tue Mar 8 08:27:31 EST 2005</P>
16+
<P>Last updated: Fri Mar 11 06:42:00 EST 2005</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<A href=
1919
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -817,7 +817,7 @@ <H3><A name="2.3">2.3</A>) Why do we use <I>Node</I> and
817817
<DL>
818818
<DT>lfirst(i), lfirst_int(i), lfirst_oid(i)</DT>
819819

820-
<DD>return the data (a point, inteter and OID respectively) at
820+
<DD>return the data (a point, integer and OID respectively) at
821821
list element <I>i.</I></DD>
822822

823823
<DT>lnext(i)</DT>

0 commit comments

Comments
 (0)