aboutsummaryrefslogtreecommitdiffstats
path: root/attr.c
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-16 02:01:25 +0300
committerJunio C Hamano <gitster@pobox.com>2024-09-16 10:46:00 -0700
commit7a216cd16b0c875e7e0f564b5ae06e69d2c1c6bc (patch)
tree12d5e8beb5f282e7250b477ba14e350ae92f64e8 /attr.c
parent46698a8ea13f244aac74366d2ee66a88e92e001a (diff)
downloadgit-7a216cd16b0c875e7e0f564b5ae06e69d2c1c6bc.tar.gz
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>
Diffstat (limited to 'attr.c')
-rw-r--r--attr.c2
1 files changed, 1 insertions, 1 deletions
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)