doc: Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 11 Jun 2015 01:33:35 +0000 (21:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 11 Jun 2015 01:33:35 +0000 (21:33 -0400)
doc/src/sgml/ref/pg_receivexlog.sgml

index 0c99744ece47dd937dd6ec1c796849c3ba8950a9..fd787649e42eb70b3976e2cdc063a6eaa3f75493 100644 (file)
@@ -50,7 +50,7 @@ PostgreSQL documentation
 
   <para>
    Unlike the standby's WAL receiver, <application>pg_receivexlog</>
-   flushes WAL data only when WAL file is closed, by default.
+   flushes WAL data only when WAL file is closed, by default.
    <literal>--synchronous</> option must be specified to flush WAL data
    in real time and ensure it's safely flushed to disk.
   </para>