From: Jeff King Date: Fri, 16 May 2025 04:49:28 +0000 (-0400) Subject: object-file.h: fix typo in variable declaration X-Git-Tag: v2.50.0-rc0~13^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53eeed0a81dbd486a84b3252f35642c4cc2e9488;p=thirdparty%2Fgit.git object-file.h: fix typo in variable declaration This should be "compat", not "comapt". Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/object-file.h b/object-file.h index a85b2e5b49..fd715663fb 100644 --- a/object-file.h +++ b/object-file.h @@ -180,7 +180,7 @@ enum { int write_object_file_flags(const void *buf, unsigned long len, enum object_type type, struct object_id *oid, - struct object_id *comapt_oid_in, unsigned flags); + struct object_id *compat_oid_in, unsigned flags); static inline int write_object_file(const void *buf, unsigned long len, enum object_type type, struct object_id *oid) {