pgsql: Fix typo in test comment

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in test comment
Date: 2023-09-23 07:58:29
Message-ID: E1qjxX3-005RVo-A4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in test comment

s/currect/correct/, accidentally introduced in 608b167f9f9.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1f9e3a9be539f912babd3ad58d01a4ce6aa0b85b

Modified Files
--------------
src/test/regress/expected/subselect.out | 2 +-
src/test/regress/sql/subselect.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-09-25 00:37:01 pgsql: unaccent: Fix allocation size for target characters on initial l
Previous Message Thomas Munro 2023-09-23 02:28:57 pgsql: Don't use Perl pack('Q') in 039_end_of_wal.pl.