diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-19 18:34:31 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-19 13:46:00 -0700 |
| commit | e13c49a4c56460c902b6d5ba8dfcf3c8530842eb (patch) | |
| tree | b0581dd0ea18d3fffaa90a335dd97a1e1b375db5 | |
| parent | 28012b915c1e6c535dcd42fc1460ea070e5f978f (diff) | |
| download | git-e13c49a4c56460c902b6d5ba8dfcf3c8530842eb.tar.gz | |
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>
| -rw-r--r-- | pretty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |
