public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] attr: fix a typo
@ 2024-09-15 23:01 Andrew Kreimer
  0 siblings, 0 replies; only message in thread
From: Andrew Kreimer @ 2024-09-15 23:01 UTC (permalink / raw)
  To: git; +Cc: Andrew Kreimer

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 attr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-15 23:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15 23:01 [PATCH] attr: fix a typo Andrew Kreimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox