Merge branch 'ak/typofixes'

Trivial typofixes.

* ak/typofixes:
  cbtree: fix a typo
  bloom: fix a typo
  attr: fix a typo
This commit is contained in:
Junio C Hamano
2024-09-23 10:35:07 -07:00
3 changed files with 3 additions and 3 deletions

2
attr.c
View File

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