diff options
author | Jim Meyering <jim@meyering.net> | 2012-03-28 10:41:54 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-28 08:47:23 -0700 |
commit | a7793a749115ead3b8f7447ce1e96572ea5d8ea3 (patch) | |
tree | b25c8f7aca546e7113e694a23318db546799bd68 /http.h | |
parent | 59012e20f8461e51d9f7de1c6ebf05ee7a46b2c2 (diff) | |
download | git-a7793a749115ead3b8f7447ce1e96572ea5d8ea3.tar.gz |
correct spelling: an URL -> a URL
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ extern char *get_remote_object_url(const char *url, const char *hex, #define HTTP_NOAUTH 5 /* - * Requests an url and stores the result in a strbuf. + * Requests a URL and stores the result in a strbuf. * * If the result pointer is NULL, a HTTP HEAD request is made instead of GET. */ |