pgsql: Spelling fixes in code comments

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Spelling fixes in code comments
Date: 2017-04-26 16:10:07
Message-ID: E1d3PW3-00008l-Fm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Spelling fixes in code comments

Author: Euler Taveira <euler(at)timbira(dot)com(dot)br>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e495c1683f2c243f6769b34a009cf9c28526b555

Modified Files
--------------
src/backend/catalog/pg_publication.c | 2 +-
src/backend/catalog/pg_subscription.c | 4 ++--
src/backend/replication/logical/message.c | 2 +-
src/backend/replication/logical/origin.c | 18 +++++++++---------
src/backend/replication/logical/proto.c | 4 ++--
src/backend/replication/logical/tablesync.c | 8 ++++----
6 files changed, 19 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-26 18:01:28 pgsql: Silence compiler warning induced by commit de4389712.
Previous Message Simon Riggs 2017-04-26 15:07:57 Re: pgsql: Workaround for RecoverPreparedTransactions()