pgsql: Fix misc typos, mostly in comments.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix misc typos, mostly in comments.
Date: 2018-07-18 13:57:51
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix misc typos, mostly in comments.

A collection of typos I happened to spot while reading code, as well as
grepping for common mistakes.

Backpatch to all supported versions, as applicable, to avoid conflicts
when backporting other commits in the future.

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
contrib/pg_upgrade/tablespace.c | 2 +-
src/interfaces/ecpg/ecpglib/execute.c | 4 ++--
src/pl/tcl/pltcl.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-07-18 14:25:03 Re: pgsql: Fix misc typos, mostly in comments.
Previous Message Michael Paquier 2018-07-18 01:32:27 Re: pgsql: Rework error messages around file handling