pgsql: libpq: fix typo "occurences" -> "occurrences" in tests

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: libpq: fix typo "occurences" -> "occurrences" in tests
Date: 2024-01-02 17:34:06
Message-ID: E1rKieT-00D9tS-MS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq: fix typo "occurences" -> "occurrences" in tests

Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna.

Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org

Branch
------
master

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

Modified Files
--------------
src/interfaces/libpq/t/003_load_balance_host_list.pl | 18 +++++++++---------
src/interfaces/libpq/t/004_load_balance_dns.pl | 18 +++++++++---------
2 files changed, 18 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2024-01-02 18:27:46 pgsql: Remove Lock suffix from WALSummarizerLock in wait_event_names.tx
Previous Message Robert Haas 2024-01-02 17:06:15 pgsql: Fix typos in comments and in one isolation test.