Skip to content

Commit e76bcb8

Browse files
committed
Fix trivial typo.
1 parent 682d9fc commit e76bcb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/release.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.283 2004/08/15 00:09:24 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.284 2004/08/15 00:27:14 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -2551,7 +2551,7 @@ DROP SCHEMA information_schema CASCADE;
25512551
<para>
25522552
The server-side autocommit setting was removed and
25532553
reimplemented in client applications and languages.
2554-
server-side autocommit was causing too many problems with
2554+
Server-side autocommit was causing too many problems with
25552555
languages and applications that wanted to control their own
25562556
autocommit behavior, so autocommit was removed from the server
25572557
and added to individual client APIs as appropriate.

0 commit comments

Comments
 (0)