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>
This commit is contained in:
Andrew Kreimer
2024-09-16 02:01:25 +03:00
committed by Junio C Hamano
parent 46698a8ea1
commit 7a216cd16b

2
attr.c
View File

@ -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)