|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.24 2007/02/0119:10:24 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.25 2007/02/0120:28:08 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="source">
|
4 | 4 | <title>PostgreSQL Coding Conventions</title>
|
@@ -440,7 +440,7 @@ cannot open file "%s"
|
440 | 440 | </para>
|
441 | 441 |
|
442 | 442 | <para>
|
443 |
| - The second form indicatesthe the functionality of opening the named file |
| 443 | + The second form indicatesthat the functionality of opening the named file |
444 | 444 | does not exist at all in the program, or that it's conceptually
|
445 | 445 | impossible. The present tense is appropriate because the condition will
|
446 | 446 | persist indefinitely.
|
|