]> git.ipfire.org Git - thirdparty/git.git/commitdiff
attr: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Sun, 15 Sep 2024 23:01:25 +0000 (02:01 +0300)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Sep 2024 17:46:00 +0000 (10:46 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c

diff --git a/attr.c b/attr.c
index 679e42258c2b205bfceb9d065295c47c375442d4..92198f306e0e9f65af9fb0e95c6466c710a6523c 100644 (file)
--- 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)