We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d596efa commit a9d5fb5Copy full SHA for a9d5fb5
doc/src/sgml/sources.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="source">
4
<title>PostgreSQL Coding Conventions</title>
@@ -440,7 +440,7 @@ cannot open file "%s"
440
</para>
441
442
<para>
443
- The second form indicates the the functionality of opening the named file
+ The second form indicates that the functionality of opening the named file
444
does not exist at all in the program, or that it's conceptually
445
impossible. The present tense is appropriate because the condition will
446
persist indefinitely.
0 commit comments