Re: Assorted typo fixes
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, Shubham Khanna <khannashubham1197@gmail.com>, pgsql-hackers@postgresql.org, Andres Freund <andres@anarazel.de>
Date: 2024-01-03T05:34:39Z
Lists: pgsql-hackers
On Tue, Jan 02, 2024 at 12:34:20PM -0500, Robert Haas wrote:
> 0002-0005 look OK to me, so I committed those as well.
Cool, thanks.
> With regard to 0006, we typically use indexes rather than indices as
> the plural of "index", although exceptions exist.
>
> I haven't looked at the rest.
I got that on a local branch, then got drifted away. I have grouped
0007~0009 together (0007 was on me), and applied them on HEAD.
0010 is indeed the "correct" plural form for vertex I've known but
"vertexes" is not wrong either. Perhaps that's worth changing on
consistency grounds?
8)</literal>, must be identical. It doesn't matter which representation
you choose to be the canonical one, so long as two equivalent values with
- different formattings are always mapped to the same value with the same
+ different formatting are always mapped to the same value with the same
formatting.
I am not sure about this one in 0011 though.. It also feels like this
could be reworded completely.
--
Michael
Commits
-
doc: fix typo "vertexes" -> "vertices"
- 793ecff7df80 17.0 landed
-
Fix some typos
- 359a3c586d7f 17.0 landed
-
jsonpath_exec: fix typo "absense" -> "absence"
- 5bc7b33b4e16 17.0 landed
-
libpq: fix typo "occurences" -> "occurrences" in tests
- ff09129bec28 17.0 landed
-
gist: fix typo "split(t)ed" -> "split"
- e62e73f3a2f2 17.0 landed
-
tsquery: fix typo "rewrited" -> "rewritten"
- 591cf626e71b 17.0 landed
-
Fix typos in comments and in one isolation test.
- 0d9937d11856 17.0 landed
-
*** empty log message ***
- 339a5bbfb17e 7.1.1 cited