correct spelling: an URL -> a URL
Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
59012e20f8
commit
a7793a7491
2
http.c
2
http.c
@ -829,7 +829,7 @@ int http_get_strbuf(const char *url, struct strbuf *result, int options)
|
||||
}
|
||||
|
||||
/*
|
||||
* Downloads an url and stores the result in the given file.
|
||||
* Downloads a URL and stores the result in the given file.
|
||||
*
|
||||
* If a previous interrupted download is detected (i.e. a previous temporary
|
||||
* file is still around) the download is resumed.
|
||||
|
Reference in New Issue
Block a user