Re: Assorted typo fixes

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, Shubham Khanna <khannashubham1197@gmail.com>, pgsql-hackers@postgresql.org, Andres Freund <andres@anarazel.de>
Date: 2024-01-05T11:13:05Z
Lists: pgsql-hackers
On Wed, Jan 03, 2024 at 12:56:58AM -0500, Tom Lane wrote:
> Yeah.  A quick grep shows that we have 16 uses of "vertices" and
> only this one of "vertexes".  It's not really wrong, but +1 for
> making it match the others.

Applied this one as 793ecff7df80 on HEAD.

> I'd leave this alone, it's not wrong either.  If you want to propose
> a complete rewording, do so; but that's not "misspelling" territory.

I don't have a better idea in my mind now, so I'm OK to leave that be.
--
Michael

Commits

  1. doc: fix typo "vertexes" -> "vertices"

  2. Fix some typos

  3. jsonpath_exec: fix typo "absense" -> "absence"

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

  5. gist: fix typo "split(t)ed" -> "split"

  6. tsquery: fix typo "rewrited" -> "rewritten"

  7. Fix typos in comments and in one isolation test.

  8. *** empty log message ***