X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.c;h=f3f83d70cd2e13a774d208206af20181dd39d8af;hb=19a6cd372a998df3079d870e02c064c5bb101841;hp=8ac8eb6c38e21bdb347f59ec41162270ebe82c04;hpb=57cec0aec77eb33bfc1eaaa5fb128f8799bbae43;p=git.git diff --git a/http.c b/http.c index 8ac8eb6c3..f3f83d70c 100644 --- a/http.c +++ b/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.