From: Andrew Kreimer Date: Sun, 15 Sep 2024 23:01:25 +0000 (+0300) Subject: attr: fix a typo X-Git-Tag: v2.47.0-rc0~17^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a216cd16b0c875e7e0f564b5ae06e69d2c1c6bc;p=thirdparty%2Fgit.git attr: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- 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)