We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23925a1 commit a54601cCopy full SHA for a54601c
reftable/reader.h
@@ -30,7 +30,7 @@ struct reftable_reader_offsets {
30
31
/* The state for reading a reftable file. */
32
struct reftable_reader {
33
- /* for convience, associate a name with the instance. */
+ /* for convenience, associate a name with the instance. */
34
char *name;
35
struct reftable_block_source source;
36
0 commit comments