aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2012-06-05 14:08:56 +0200
committerMagnus Hagander <magnus@hagander.net>2012-06-05 14:08:56 +0200
commit1e57c2c5b2e8fdd1e233454b21c60e1600464728 (patch)
tree31ebc0eba4d659d6987a767a001fcd20761ba586
parent778201200b4a5b287fe931e20ae804e8398d4872 (diff)
downloadpostgresql-1e57c2c5b2e8fdd1e233454b21c60e1600464728.tar.gz
postgresql-1e57c2c5b2e8fdd1e233454b21c60e1600464728.zip
Fix typo
Noted by Erik Rijkers
-rw-r--r--doc/src/sgml/ref/pg_receivexlog.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml
index 7ddf02fe28d..f829170da2c 100644
--- a/doc/src/sgml/ref/pg_receivexlog.sgml
+++ b/doc/src/sgml/ref/pg_receivexlog.sgml
@@ -266,7 +266,7 @@ archive_command = 'sleep 5 &amp;&amp; test -f /mnt/server/archivedir/%f'
</programlisting>
The initial timeout is necessary because
<application>pg_receivexlog</application> works using asynchronous
- replication and can therefor be slightly behind the master.
+ replication and can therefore be slightly behind the master.
</para>
</refsect1>