Skip to content

Commit 53eeed0

Browse files
peffgitster
authored andcommitted
object-file.h: fix typo in variable declaration
This should be "compat", not "comapt". Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cb96e16 commit 53eeed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object-file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ enum {
180180

181181
int write_object_file_flags(const void *buf, unsigned long len,
182182
enum object_type type, struct object_id *oid,
183-
struct object_id *comapt_oid_in, unsigned flags);
183+
struct object_id *compat_oid_in, unsigned flags);
184184
static inline int write_object_file(const void *buf, unsigned long len,
185185
enum object_type type, struct object_id *oid)
186186
{

0 commit comments

Comments
 (0)