mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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:
2
attr.c
2
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)
|
||||
|
||||
Reference in New Issue
Block a user