pgsql: Make spelling of cancelled/cancellation consistent

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make spelling of cancelled/cancellation consistent
Date: 2024-01-26 11:39:35
Message-ID: E1rTKYZ-003C9d-3W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make spelling of cancelled/cancellation consistent

This fixes places where words derived from cancel were not using their
common en-US ugly^H^H^H^Hspelling.

Author: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Reported-by: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Discussion: https://postgr.es/m/CA+hUKG+Lrq+ty6yWXF5572qNQ8KwxGwG5n4fsEcCUap685nWvQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8c9da1441df18bd609f025778e8349873a3e9bbd

Modified Files
--------------
doc/src/sgml/event-trigger.sgml | 2 +-
doc/src/sgml/libpq.sgml | 2 +-
src/backend/storage/lmgr/proc.c | 2 +-
src/test/isolation/specs/detach-partition-concurrently-4.spec | 2 +-
src/test/recovery/t/001_stream_rep.pl | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-01-26 12:52:27 pgsql: Split some code out from MergeAttributes()
Previous Message Peter Eisentraut 2024-01-26 10:08:59 pgsql: MergeAttributes code deduplication