]> git.ipfire.org Git - thirdparty/git.git/commitdiff
reftable: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Wed, 2 Oct 2024 22:38:13 +0000 (01:38 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Oct 2024 19:06:51 +0000 (12:06 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/reader.h

index e869165f234bf05f0ab9f20a4e2288666baab7b0..8d69ff3d0e33ee4ba5a821b3b32d01da4cad603c 100644 (file)
@@ -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;