From: Andrew Kreimer <algonell@gmail.com>
To: git@vger.kernel.org
Cc: Andrew Kreimer <algonell@gmail.com>
Subject: [PATCH 2/5] reftable: fix a typo
Date: Thu, 3 Oct 2024 01:38:13 +0300 [thread overview]
Message-ID: <20241002223816.14858-3-algonell@gmail.com> (raw)
In-Reply-To: <20241002223816.14858-1-algonell@gmail.com>
Fix a typo in comments.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
reftable/reader.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/reftable/reader.h b/reftable/reader.h
index 3710ee09b4..91377b9ce5 100644
--- a/reftable/reader.h
+++ b/reftable/reader.h
@@ -30,7 +30,7 @@ struct reftable_reader_offsets {
/* The state for reading a reftable file. */
struct reftable_reader {
- /* for convience, associate a name with the instance. */
+ /* for convenience, associate a name with the instance. */
char *name;
struct reftable_block_source source;
--
2.39.5
next prev parent reply other threads:[~2024-10-02 22:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-02 22:38 [PATCH 0/5] Fix typos Andrew Kreimer
2024-10-02 22:38 ` [PATCH 1/5] trace2: fix typos Andrew Kreimer
2024-10-02 22:38 ` Andrew Kreimer [this message]
2024-10-02 22:38 ` [PATCH 3/5] mergetool: fix a typo Andrew Kreimer
2024-10-02 22:38 ` [PATCH 4/5] gitk: " Andrew Kreimer
2024-10-02 22:38 ` [PATCH 5/5] perl: " Andrew Kreimer
2024-10-02 22:49 ` [PATCH 0/5] Fix typos Eric Sunshine
2024-10-08 13:37 ` Andrew Kreimer
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=20241002223816.14858-3-algonell@gmail.com \
--to=algonell@gmail.com \
--cc=git@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).