From e13c49a4c56460c902b6d5ba8dfcf3c8530842eb Mon Sep 17 00:00:00 2001 From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:31 +0000 Subject: [PATCH] pretty: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- pretty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */