diff mbox series

[11/20] pretty: fix a typo

Message ID 0fb72f40748f9c236a9d3bfbf7f4e807aa3bf59a.1726770881.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit e13c49a4c56460c902b6d5ba8dfcf3c8530842eb
Headers show
Series Fix typos | expand

Commit Message

Andrew Kreimer Sept. 19, 2024, 6:34 p.m. UTC
From: Andrew Kreimer <algonell@gmail.com>

Fix a typo in comments.

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

Patch

diff --git a/pretty.c b/pretty.c
index 5e5ae452530..6403e268900 100644
--- a/pretty.c
+++ b/pretty.c
@@ -2205,7 +2205,7 @@  static void strbuf_add_tabexpand(struct strbuf *sb, struct grep_opt *opt,
 }
 
 /*
- * pp_handle_indent() prints out the intendation, and
+ * pp_handle_indent() prints out the indentation, and
  * the whole line (without the final newline), after
  * de-tabifying.
  */