Typo in pg_rewind.sgml - Mailing list pgsql-hackers

From Michael Paquier
Subject Typo in pg_rewind.sgml
Date
Msg-id CAB7nPqT=EnQ+BAXQWEkH8geK9gVb18ssuUDdtmnZRk1f74m7zg@mail.gmail.com
Whole thread Raw
Responses Re: Typo in pg_rewind.sgml  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi all,

I just bumped into the following typo that has been introduced by e50cda7:
--- a/doc/src/sgml/ref/pg_rewind.sgml
+++ b/doc/src/sgml/ref/pg_rewind.sgml
@@ -71,7 +71,7 @@ PostgreSQL documentation
    missing files from a WAL archive automatically is currently not supported.
    Besides, <application>pg_rewind</> use cases are not limited by failover.
    For instance, standby server could be promoted, run some writes and
-   then be returned back as stanby.
+   then be returned back as standby.
   </para>

Regards,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: On-demand running query plans using auto_explain and signals
Next
From: Aleksander Alekseev
Date:
Subject: Re: Patch: ResourceOwner optimization for tables with many partitions