From: Patrick Steinhardt <ps@pks.im>
To: Hardik Kumar <hardikxk@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] versioncmp: fix typo in versioncmp.c, t/t0022-crlf-rename.sh
Date: Mon, 31 Aug 2026 08:59:18 +0200 [thread overview]
Message-ID: <apUmRknf8gnd-Izp@pks.im> (raw)
In-Reply-To: <20260828-typo-fix-v1-1-24e80a87ed53@gmail.com>
On Fri, Aug 28, 2026 at 02:38:01PM +0530, Hardik Kumar wrote:
> The patch fixes two typos in two places.
> versoncmp.c: "fractionnal" -> "fractional"
s/versoncmp/versioncmp/
> t/t0022-crlf-rename.sh: "similiarity" -> "similarity"
The patch subject only mentions "versioncmp", so it's quite surprising
to see a change to t0022, as well. Maybe you should just split it up
into two patches, even though that feels somewhat heavyweight.
> NFC only updating a comment and a test_description
I have no idea what this means.
> diff --git a/t/t0022-crlf-rename.sh b/t/t0022-crlf-rename.sh
> index 9bd863a970..328c6e5903 100755
> --- a/t/t0022-crlf-rename.sh
> +++ b/t/t0022-crlf-rename.sh
> @@ -1,6 +1,6 @@
> #!/bin/sh
>
> -test_description='ignore CR in CRLF sequence while computing similiarity'
> +test_description='ignore CR in CRLF sequence while computing similarity'
>
> . ./test-lib.sh
>
> diff --git a/versioncmp.c b/versioncmp.c
> index 3a81b17bc1..f1e451755a 100644
> --- a/versioncmp.c
> +++ b/versioncmp.c
> @@ -15,7 +15,7 @@
>
> /*
> * states: S_N: normal, S_I: comparing integral part, S_F: comparing
> - * fractionnal parts, S_Z: idem but with leading Zeroes only
> + * fractional parts, S_Z: idem but with leading Zeroes only
> */
> #define S_N 0x0
> #define S_I 0x3
The typo-fixes look obviously good.
Thanks!
Patrick
next prev parent reply other threads:[~2026-08-31 6:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-28 9:08 [PATCH] versioncmp: fix typo in versioncmp.c, t/t0022-crlf-rename.sh Hardik Kumar
2026-08-31 6:59 ` Patrick Steinhardt [this message]
2026-08-31 18:20 ` Tuomas Ahola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=apUmRknf8gnd-Izp@pks.im \
--to=ps@pks.im \
--cc=git@vger.kernel.org \
--cc=hardikxk@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox