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>
This commit is contained in:
Andrew Kreimer 2024-09-19 18:34:31 +00:00 committed by Junio C Hamano
parent 28012b915c
commit e13c49a4c5

View File

@ -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.
*/