diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-16 02:01:25 +0300 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-16 10:46:00 -0700 |
| commit | 7a216cd16b0c875e7e0f564b5ae06e69d2c1c6bc (patch) | |
| tree | 12d5e8beb5f282e7250b477ba14e350ae92f64e8 /attr.c | |
| parent | 46698a8ea13f244aac74366d2ee66a88e92e001a (diff) | |
| download | git-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
