attr: 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>
Andrew Kreimer committed
Sep 16, 2024 at 02:01 UTC
7a216cd16b0c875e7e0f564b5ae06e69d2c1c6bc
1 file changed
+1
-1
attr.c
+1
-1
index 679e42258c..92198f306e 100644
--- a/attr.c
+++ b/attr.c
@@ -185,7 +185,7 @@ static void all_attrs_init(struct attr_hashmap *map, struct attr_check *check)
}
/*
- * Atribute name cannot begin with "builtin_" which
+ * Attribute name cannot begin with "builtin_" which
* is a reserved namespace for built in attributes values.
*/
static int attr_name_reserved(const char *name)