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>
Andrew Kreimer committed
Sep 19, 2024 at 18:34 UTC
e13c49a4c56460c902b6d5ba8dfcf3c8530842eb
1 file changed
+1
-1
pretty.c
+1
-1
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.
*/