From 7a216cd16b0c875e7e0f564b5ae06e69d2c1c6bc Mon Sep 17 00:00:00 2001 From: Andrew Kreimer Date: Mon, 16 Sep 2024 02:01:25 +0300 Subject: [PATCH] attr: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attr.c b/attr.c 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)