aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-19 18:34:31 +0000
committerJunio C Hamano <gitster@pobox.com>2024-09-19 13:46:00 -0700
commite13c49a4c56460c902b6d5ba8dfcf3c8530842eb (patch)
treeb0581dd0ea18d3fffaa90a335dd97a1e1b375db5
parent28012b915c1e6c535dcd42fc1460ea070e5f978f (diff)
downloadgit-e13c49a4c56460c902b6d5ba8dfcf3c8530842eb.tar.gz
pretty: 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>
-rw-r--r--pretty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretty.c b/pretty.c
index 44222fb83c..e904bd1ea5 100644
--- a/pretty.c
+++ b/pretty.c
@@ -2198,7 +2198,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.
*/