summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-02-01 20:28:08 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-02-01 20:28:08 +0000
commita9d5fb5a02384687ca21db1d72939de0c054287a (patch)
treec9d3a72d051c5476deb7bae28f53e42b3981d353 /doc/src
parentd596efac5688b2f82554bdb2ed5cd6771142b168 (diff)
Typo fix.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/sources.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml
index 0c9f10d8201..c9cbd68d42f 100644
--- a/doc/src/sgml/sources.sgml
+++ b/doc/src/sgml/sources.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.24 2007/02/01 19:10:24 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.25 2007/02/01 20:28:08 tgl Exp $ -->
<chapter id="source">
<title>PostgreSQL Coding Conventions</title>
@@ -440,7 +440,7 @@ cannot open file "%s"
</para>
<para>
- The second form indicates the the functionality of opening the named file
+ The second form indicates that the functionality of opening the named file
does not exist at all in the program, or that it's conceptually
impossible. The present tense is appropriate because the condition will
persist indefinitely.