Skip to content

Commit a54601c

Browse files
algonellgitster
authored andcommitted
reftable: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 23925a1 commit a54601c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)