Fix typo in code comment

Dewei Dai <daidewei1970@163.com>

From: "Dewei Dai" <daidewei1970@163.com>
To: "Pgsql Hackers" <pgsql-hackers@lists.postgresql.org>
Date: 2026-01-07T11:20:27Z
Lists: pgsql-hackers

Attachments

Hi hickers,
I fixed a comment error in origin.c.
The original comment was "* Replication origin consist out of a descriptive, user defined, externa..."
where I think "consist out of" is a typo and it should be "consists of".

Best regards,


daidewei1970@163.com

Commits

  1. Fix typos in the code.