diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-09-28 18:40:28 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-09-28 18:40:28 +0000 |
commit | 4ff203262b9973e0a9400cf0654c347134bcfb45 (patch) | |
tree | 9ce1b35a598f3a354a9105ebcf24c4221116d5d6 /doc/src | |
parent | e05a8c553cf99d9881cbfca70f86ad1e63b3decf (diff) | |
download | postgresql-4ff203262b9973e0a9400cf0654c347134bcfb45.tar.gz postgresql-4ff203262b9973e0a9400cf0654c347134bcfb45.zip |
Fix typo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/wal.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 7d306b24bd7..9475597ac1a 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.32 2005/09/28 18:18:02 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.33 2005/09/28 18:40:28 momjian Exp $ --> <chapter id="reliability"> <title>Reliability</title> @@ -14,7 +14,7 @@ disk drives for permanent storage that is immune to the failures listed above. In fact, a computer can be completely destroyed, but if the disk drives survive they can be moved to another computer with - similar hardware and all committed transaction will remain intact. + similar hardware and all committed transactions will remain intact. </para> <para> |