@leroysheep / MovieWebApp / commits / a54601c38b

reftable: fix a typo

Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Andrew Kreimer committed Oct 3, 2024 at 01:38 UTC a54601c38b2ca24ae5a2f15906618fc61e24be78
1 file changed +1 -1
reftable/reader.h
+1 -1
index e869165f23..8d69ff3d0e 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;