Re: Assorted typo fixes
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: Shubham Khanna <khannashubham1197@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2024-01-01T23:05:08Z
Lists: pgsql-hackers
Attachments
- v2-0001-Fix-typos-in-comments.patch (text/x-diff)
Shubham Khanna <khannashubham1197@gmail.com> writes: > I was reviewing the Patch and came across a minor issue that the Patch > does not apply on the current Head. Please provide the updated version > of the patch. Thanks for the heads-up. Commit 5ccb3bb13dcbedc30d015fc06d306d5106701e16 removed one of the instances of "data struture" fixed by the patch. Rebased patch set attached. I also squashed the check_decls.m4 change into the main comment typos commit. > Also, I found one typo: > 0008-ecpg-fix-typo-in-get_dtype-return-value-for-ECPGd_co.patch All > the other enum values return a string mathing the enum label, but this > has had a trailing r since the function was added in commit > 339a5bbfb17ecd171ebe076c5bf016c4e66e2c0a > > Here 'mathing' should be 'matching'. Thanks. I've fixed the commit message (and elaborated it a bit more why I think it's a valid and safe fix). > Thanks and Regards, > Shubham Khanna. - ilmari
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