From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:31 +0000 (+0000) Subject: pretty: fix a typo X-Git-Tag: v2.47.0-rc0~10^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e13c49a4c56460c902b6d5ba8dfcf3c8530842eb;p=thirdparty%2Fgit.git pretty: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- 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. */