Re: Assorted typo fixes

Shubham Khanna <khannashubham1197@gmail.com>

From: Shubham Khanna <khannashubham1197@gmail.com>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: pgsql-hackers@postgresql.org
Date: 2024-01-02T10:21:22Z
Lists: pgsql-hackers

Attachments

On Tue, Jan 2, 2024 at 4:35 AM Dagfinn Ilmari Mannsåker
<ilmari@ilmari.org> wrote:
>
> 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).

I have reviewed the Rebased version of the Patch and it looks fine to me.

Thanks and Regards,
Shubham Khanna.

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 ***