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:

committed by
Junio C Hamano

parent
6258f68c3c
commit
ed4d4f3837
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user