summaryrefslogtreecommitdiffstats
path: root/attr.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-23 19:35:07 +0200
committerJunio C Hamano <gitster@pobox.com>2024-09-23 19:35:07 +0200
commitfed9298d6d1af4f94a26dc2bdcf965cd98c28572 (patch)
tree53fb6efb7664ef51193aca337e6d62fa597d3d41 /attr.c
parentMerge branch 'jk/diag-unexpected-remote-helper-death' (diff)
parentcbtree: fix a typo (diff)
downloadgit-fed9298d6d1af4f94a26dc2bdcf965cd98c28572.tar.xz
git-fed9298d6d1af4f94a26dc2bdcf965cd98c28572.zip
Merge branch 'ak/typofixes'
Trivial typofixes. * ak/typofixes: cbtree: fix a typo bloom: fix a typo attr: fix a typo
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 06b5b5e55e..c605d2c170 100644
--- a/attr.c
+++ b/attr.c
@@ -187,7 +187,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)