From: Andrew Kreimer <algonell@xxxxxxxxx> Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx> --- pretty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- gitgitgadget