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:
Jim Meyering
2012-03-28 10:41:54 +02:00
committed by Junio C Hamano
parent 59012e20f8
commit a7793a7491
8 changed files with 9 additions and 9 deletions

2
http.c
View File

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