Skip to content

Commit a54601c

Browse files
algonellgitster
authored andcommitted
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>
1 parent 23925a1 commit a54601c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reftable/reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct reftable_reader_offsets {
3030

3131
/* The state for reading a reftable file. */
3232
struct reftable_reader {
33-
/* for convience, associate a name with the instance. */
33+
/* for convenience, associate a name with the instance. */
3434
char *name;
3535
struct reftable_block_source source;
3636

0 commit comments

Comments
 (0)