builtin: fix typos

Fix typos in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Andrew Kreimer
2024-09-24 16:09:06 +03:00
committed by Junio C Hamano
parent 6258f68c3c
commit ed4d4f3837
4 changed files with 4 additions and 4 deletions

View File

@ -542,7 +542,7 @@ static void open_html(const char *path)
static void show_html_page(const char *page)
{
struct strbuf page_path; /* it leaks but we exec bellow */
struct strbuf page_path; /* it leaks but we exec below */
get_html_page_path(&page_path, page);