From: Magnus Hagander Date: Tue, 5 Jun 2012 12:08:56 +0000 (+0200) Subject: Fix typo X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=1e57c2c5b2e8fdd1e233454b21c60e1600464728;p=users%2Frhaas%2Fpostgres.git Fix typo Noted by Erik Rijkers --- diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml index 7ddf02fe28..f829170da2 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 && test -f /mnt/server/archivedir/%f' The initial timeout is necessary because pg_receivexlog works using asynchronous - replication and can therefor be slightly behind the master. + replication and can therefore be slightly behind the master.